Skip to content

Commit

Permalink
chore: adapt secret name (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru authored Nov 20, 2024
1 parent fe36ad6 commit 55029b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
run: |
./docs/bin/rsync-docs.sh "target/site/*" [email protected]:www/
env:
SCP_SECRET: ${{ secrets.GUSTAV_SCP_SECRET }}
SCP_SECRET: ${{ secrets.AKKA_RSYNC_GUSTAV }}
2 changes: 1 addition & 1 deletion .github/workflows/docs-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
./docs/bin/rsync-docs.sh "docs/src-static/*" [email protected]:www/
./docs/bin/rsync-docs.sh "docs/src-static/" [email protected]:www/
env:
SCP_SECRET: ${{ secrets.GUSTAV_SCP_SECRET }}
SCP_SECRET: ${{ secrets.AKKA_RSYNC_GUSTAV }}
2 changes: 1 addition & 1 deletion .github/workflows/docs-wip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
run: |
./docs/bin/rsync-docs.sh "target/site/*" [email protected]:www/snapshots/akka-documentation/
env:
SCP_SECRET: ${{ secrets.GUSTAV_SCP_SECRET }}
SCP_SECRET: ${{ secrets.AKKA_RSYNC_GUSTAV }}

0 comments on commit 55029b6

Please sign in to comment.