Skip to content

Commit 12e3909

Browse files
committed
Give contents permission
1 parent b6750b8 commit 12e3909

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/continuous-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,13 @@ jobs:
5454
run: pnpm test
5555

5656
tag-and-release:
57+
name: Tag and release
5758
runs-on: ubuntu-latest
58-
# Only tag and release on pushes to main (or the release branch)
59+
# Only tag and release on pushes to main
5960
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
6061
permissions:
6162
id-token: write
63+
contents: write
6264
steps:
6365
- name: Clone @api3/data-feed-proxy-combinators
6466
uses: actions/checkout@v5

0 commit comments

Comments
 (0)