Skip to content

Commit

Permalink
Uses GREENBONE_BOT_TOKEN instead of GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtsfrei committed Dec 16, 2024
1 parent dbe087e commit 170618e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/control.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,6 @@ jobs:
uses: ./.github/workflows/push-helm-chart.yml
secrets:
user: ${{ secrets.GREENBONE_BOT }}
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_BOT_TOKEN }}
with:
registry: ${{ vars.IMAGE_REGISTRY }}

0 comments on commit 170618e

Please sign in to comment.