Skip to content

Commit 79a2b6a

Browse files
committed
OPS-12 Added workflows permissions
1 parent beaab0a commit 79a2b6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
permissions:
2626
contents: write # Allows creating, deleting, and pushing tags
27+
workflows: write # Allows modifying workflow files
2728
steps:
2829
- uses: actions/checkout@v4
2930
with:

0 commit comments

Comments
 (0)