Skip to content

Commit 3f65dc7

Browse files
authored
ci(containers): use RELEASE_TOKEN for releases (#748)
1 parent fef829f commit 3f65dc7

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)