Skip to content

Commit 63897e5

Browse files
committed
fix(build): add permission for the pipeline to do tagging
1 parent 99e6ed1 commit 63897e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-to-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
needs: build-and-test
2626
permissions:
2727
id-token: write
28-
contents: read
28+
contents: write
2929
env:
3030
DEPLOYMENT_EVENT_IDENT: users-api-deployment-${{ inputs.environment }}-${{ github.sha }}-${{ github.run_number }}
3131
steps:

0 commit comments

Comments
 (0)