Skip to content

Commit

Permalink
Fix env variable name with Github token (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemnikitin committed Sep 30, 2021
1 parent 95022e8 commit 67dda30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_master_generation.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.GH_TOKEN }}
token: ${{ secrets.GH_TOKEN_EXTRA }}
fetch-depth: 0

- name: Set up Go
Expand Down

0 comments on commit 67dda30

Please sign in to comment.