Skip to content

Commit bdcebbd

Browse files
committed
ci: add write action permission
1 parent 9ca7114 commit bdcebbd

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
@@ -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'] }}
@@ -26,7 +27,6 @@ jobs:
2627
uses: googleapis/release-please-action@v4
2728
with:
2829
token: ${{ secrets.RELEASE_TOKEN }}
29-
target-branch: main
3030

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

0 commit comments

Comments
 (0)