Skip to content

Commit

Permalink
ci: use new fine grained PAT for release-please (#510)
Browse files Browse the repository at this point in the history
A new fine grained PAT was generated in the digdir organization. Using
that instead of my personal PAT.
  • Loading branch information
arealmaas authored Feb 29, 2024
1 parent c8dbf44 commit f625ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: google-github-actions/release-please-action@v4
id: release
with:
token: ${{ secrets.GH_TOKEN_RELEASE_PLEASE_TEST }}
token: ${{ secrets.RELEASE_PLEASE_PAT }}
release-type: simple

generate-git-short-sha:
Expand Down

0 comments on commit f625ba6

Please sign in to comment.