Skip to content

Commit

Permalink
Fix github token (#2269)
Browse files Browse the repository at this point in the history
Signed-off-by: deniallugo <[email protected]>
  • Loading branch information
Deniallugo committed Jul 29, 2022
1 parent b3f4574 commit b832bd9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.chat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
find-latest-config: true
environment: ${{ github.event.deployment.environment }}
secrets:
github-token: ${{ secrets.GH_TOKEN }}
github-token: ${{ secrets.ZKSYNC_ADMIN_BOT_ORG_REPO_WRITE }}

update:
name: Update
Expand All @@ -25,7 +25,7 @@ jobs:
environment: ${{ needs.setup.outputs.environment }}
namespace: ${{ needs.setup.outputs.release-namespace }}
secrets:
github-token: ${{ secrets.GH_TOKEN }}
github-token: ${{ secrets.ZKSYNC_ADMIN_BOT_ORG_REPO_WRITE }}

deploy:
name: Deploy
Expand All @@ -39,7 +39,7 @@ jobs:
deployment-id: ${{ github.event.deployment.id }}
image-tag: ${{ needs.setup.outputs.sha-short }}
secrets:
github-token: ${{ secrets.GH_TOKEN }}
github-token: ${{ secrets.ZKSYNC_ADMIN_BOT_ORG_REPO_WRITE }}

notify:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.rinkeby-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
environment: ${{ needs.setup.outputs.environment }}
namespace: ${{ needs.setup.outputs.release-namespace }}
secrets:
github-token: ${{ secrets.GH_TOKEN }}
github-token: ${{ secrets.ZKSYNC_ADMIN_BOT_ORG_REPO_WRITE }}

deploy:
name: Deploy
Expand All @@ -78,7 +78,7 @@ jobs:
deployment-id: ${{ needs.setup.outputs.deployment-id }}
image-tag: ${{ needs.setup.outputs.sha-short }}
secrets:
github-token: ${{ secrets.GH_TOKEN }}
github-token: ${{ secrets.ZKSYNC_ADMIN_BOT_ORG_REPO_WRITE }}

notify:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server.update-config-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
namespace: ${{ needs.setup.outputs.release-namespace }}
restart: ${{ github.event.inputs.restart }}
secrets:
github-token: ${{ secrets.GH_TOKEN }}
github-token: ${{ secrets.ZKSYNC_ADMIN_BOT_ORG_REPO_WRITE }}

notify:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b832bd9

Please sign in to comment.