Skip to content

Commit e74f2b3

Browse files
committed
updating github secrets names for public repo
1 parent 8c4fa57 commit e74f2b3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/docker-deploy.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
name: Login to Docker Hub
1717
uses: docker/login-action@v2
1818
with:
19-
username: ${{ secrets.XSCAPE_DOCKER_USERNAME }}
20-
password: ${{ secrets.XSCAPE_DOCKER_PASSWORD }}
19+
username: ${{ secrets.XSCAPE_PUBLIC_DOCKER_USERNAME }}
20+
password: ${{ secrets.XSCAPE_PUBLIC_DOCKER_PASSWORD }}
2121
-
2222
name: Set up Docker Buildx
2323
uses: docker/setup-buildx-action@v2
@@ -27,5 +27,5 @@ jobs:
2727
with:
2828
file: ./docker/Dockerfile.base
2929
push: true
30-
tags: ${{ secrets.XSCAPE_DOCKER_USERNAME }}/base:v1.8
30+
tags: ${{ secrets.XSCAPE_PUBLIC_DOCKER_USERNAME }}/base:v1.8
3131

.github/workflows/plot_observables.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ jobs:
6464
- name: Deploy Plots
6565
uses: airvzxf/ftp-deployment-action@latest
6666
with:
67-
server: ${{ secrets.XSCAPE_FTP_SERVER }}
68-
user: ${{ secrets.XSCAPE_FTP_USER }}
69-
password: ${{ secrets.XSCAPE_FTP_PASS }}
67+
server: ${{ secrets.XSCAPE_PUBLIC_FTP_SERVER }}
68+
user: ${{ secrets.XSCAPE_PUBLIC_FTP_USER }}
69+
password: ${{ secrets.XSCAPE_PUBLIC_FTP_PASS }}
7070
local_dir: "./TEST-EXAMPLES/test/plot/output/archive"
7171
remote_dir: "./"
7272
delete: "false"

0 commit comments

Comments
 (0)