Skip to content

Commit 7bde32f

Browse files
committed
chore(ci): untag write permissions
1 parent 2a99b89 commit 7bde32f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ jobs:
169169
needs: [build, build-extension, tag]
170170
if: always() && (needs.build.result != 'success' || needs.build-extension.result != 'success') && needs.check.outputs.skip != 'true'
171171
runs-on: ubuntu-latest
172+
permissions:
173+
contents: write
172174
steps:
173175
- name: Checkout code
174176
uses: actions/checkout@v4

0 commit comments

Comments
 (0)