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.
1 parent a3efc46 commit a0514c9Copy full SHA for a0514c9
.github/workflows/main.yml
@@ -10,8 +10,6 @@ jobs:
10
Lint:
11
if: "!contains(github.event.head_commit.message, '[skip ci]')"
12
runs-on: ubuntu-latest
13
- env:
14
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15
steps:
16
- uses: actions/checkout@v3
17
with:
@@ -66,3 +64,5 @@ jobs:
66
64
67
65
branch: gh-pages # The branch the action should deploy to.
68
folder: _site # The folder the action should deploy.
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments