We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22f596 commit 16f4a35Copy full SHA for 16f4a35
.github/workflows/main.yml
@@ -25,6 +25,8 @@ jobs:
25
env:
26
# Value must match in the test job.
27
NODE_VERSION: 18
28
+ permissions:
29
+ contents: write
30
steps:
31
- uses: actions/checkout@v4
32
with:
0 commit comments