Skip to content

Commit

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

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

- name: Staging PR Sync
Expand Down

0 comments on commit ffe7229

Please sign in to comment.