Skip to content

Commit f57b520

Browse files
committed
ci: fix release flow write access
1 parent e8474bb commit f57b520

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/containers.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
permissions:
1717
contents: write
1818
pull-requests: write
19+
actions: write
1920
runs-on: ubuntu-latest
2021
outputs:
2122
indexer-service-rs: ${{ steps.release-please.outputs['crates/service--tag_name'] }}
@@ -25,7 +26,7 @@ jobs:
2526
id: release-please
2627
uses: googleapis/release-please-action@v4
2728
with:
28-
token: ${{ secrets.RELEASE_TOKEN }}
29+
token: ${{ secrets.GITHUB_TOKEN }}
2930

3031
builds-linux:
3132
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)