chore: add bot secret to goreleaser

Signed-off-by: Thomas Schuetz <thomas.schuetz@t-sc.eu>
This commit is contained in:
Thomas Schuetz 2023-03-24 08:23:51 +01:00
parent 2992c4e5c8
commit 171e58b511
No known key found for this signature in database
GPG Key ID: 2F8BF0EDDAA5778F

View File

@ -57,7 +57,7 @@ jobs:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.K8SGPT_BOT_SECRET }}
build-container:
if: needs.release-please.outputs.releases_created == 'true'