Skip to content

Commit b76c919

Browse files
committed
OPS-12 Added content permission for github action
1 parent c643c2c commit b76c919

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
deploy-to-staging:
2323
name: Deploy to staging
2424
runs-on: ubuntu-latest
25+
permissions:
26+
contents: write # Allows creating, deleting, and pushing tags
2527
steps:
2628
- uses: actions/checkout@v4
2729
with:

0 commit comments

Comments
 (0)