Skip to content

Commit 5572cd4

Browse files
authored
fix(ci): use dedicated RELEASE_TOKEN for release-please action (#734)
1 parent afc50dc commit 5572cd4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/containers.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
- name: Release please
2525
id: release-please
2626
uses: googleapis/release-please-action@v4
27+
with:
28+
token: ${{ secrets.RELEASE_TOKEN }}
2729

2830
builds-linux:
2931
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)