Skip to content

Commit

Permalink
ci: use waf bot pat token for bump-ff-version workflow due to permiss…
Browse files Browse the repository at this point in the history
…ion issue with ci checks in the created pr
  • Loading branch information
MLenterman authored Jul 26, 2024
1 parent 5e2df91 commit 1794919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-ff-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
bump-ff-version:
uses: wearefrank/ci-cd-templates/.github/workflows/ff-version-auto-bumper.yml@5ec30763e8d8eeed008edcac3c6a329367e42760 # 1.0.4
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.WEAREFRANK_BOT_PAT }}
dockerhub-username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub-token: ${{ secrets.DOCKERHUB_TOKEN }}
with:
Expand Down

0 comments on commit 1794919

Please sign in to comment.