Skip to content

Commit 170618e

Browse files
committed
Uses GREENBONE_BOT_TOKEN instead of GITHUB_TOKEN
1 parent dbe087e commit 170618e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/control.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,6 @@ jobs:
159159
uses: ./.github/workflows/push-helm-chart.yml
160160
secrets:
161161
user: ${{ secrets.GREENBONE_BOT }}
162-
token: ${{ secrets.GITHUB_TOKEN }}
162+
token: ${{ secrets.GITHUB_BOT_TOKEN }}
163163
with:
164164
registry: ${{ vars.IMAGE_REGISTRY }}

0 commit comments

Comments
 (0)