Skip to content

Commit 97e2fd9

Browse files
committed
fix(build): add permission for the pipeline to do tagging
1 parent d45d98a commit 97e2fd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
permissions:
2222
id-token: write
23-
contents: read
23+
contents: write
2424
environment: ${{ inputs.environment }}
2525
steps:
2626
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)