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 committed Nov 17, 2023
1 parent 76ab68e commit 8c5c22d
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 8c5c22d

Please sign in to comment.