We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f660fdf + 8a2d8df commit 2d5cb03Copy full SHA for 2d5cb03
1 file changed
.github/workflows/deploy.yml
@@ -8,6 +8,8 @@ on:
8
jobs:
9
build_and_release:
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: write
13
steps:
14
- name: Checkout code
15
uses: actions/checkout@v4
0 commit comments