We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f5cad7 + 3628bc5 commit efca511Copy full SHA for efca511
.github/workflows/main.yaml
@@ -4,7 +4,8 @@ on:
4
- main
5
jobs:
6
deploy:
7
- if: "!contains(github.event.commits[0].message, '[ci skip]')"
+ permissions:
8
+ contents: write
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v2
0 commit comments