Skip to content

Commit f686a5a

Browse files
authored
ci: use release token for release (#791)
1 parent ed5b373 commit f686a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: release-please
2727
uses: googleapis/release-please-action@v4
2828
with:
29-
token: ${{ secrets.GITHUB_TOKEN }}
29+
token: ${{ secrets.RELEASE_TOKEN }}
3030

3131
builds-linux:
3232
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)