We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1164546 commit f376b7bCopy full SHA for f376b7b
.github/workflows/deploy.yml
@@ -8,7 +8,8 @@ on:
8
jobs:
9
deploy:
10
runs-on: ubuntu-latest
11
-
+ permissions:
12
+ contents: write
13
steps:
14
- name: Checkout code
15
uses: actions/checkout@v3
0 commit comments