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 1dc874b commit c155ed3Copy full SHA for c155ed3
.github/workflows/deploy.yml
@@ -17,7 +17,7 @@ permissions:
17
jobs:
18
build:
19
env:
20
- TOKEN_GITHUB: ${{ secrets.TOKEN_GITHUB }}
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
21
runs-on: ubuntu-latest
22
steps:
23
- name: Checkout your repository using git
0 commit comments