Skip to content

Commit 93a9f41

Browse files
authored
ci: add write action permission (#767)
* ci: add write action permission * ci: revert to usinhg GITHUB_TOKEN
1 parent e8474bb commit 93a9f41

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)