We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a240551 commit 911da87Copy full SHA for 911da87
.github/workflows/build.yml
@@ -12,6 +12,8 @@ on:
12
jobs:
13
build:
14
runs-on: ubuntu-latest
15
+ permissions:
16
+ contents: write
17
steps:
18
# Checkout and setup
19
- name: Checkout
0 commit comments