Skip to content

Commit

Permalink
ci: fix token for checkout in prd pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
mmpetarpeshev authored and kenodressel committed Feb 14, 2024
1 parent 6e26a98 commit 08472d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prod-docker-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
with:
repository: aeternity/gitops-apps-aelabs.git
ref: prd
token: ${{ secrets.BOT_GITHUB_TOKEN }}
persist-credentials: false
fetch-depth: 0

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/prod-docker-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
with:
repository: aeternity/gitops-apps-aelabs.git
ref: prd
token: ${{ secrets.BOT_GITHUB_TOKEN }}
persist-credentials: false
fetch-depth: 0

Expand Down

0 comments on commit 08472d7

Please sign in to comment.