mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
add the token here
This commit is contained in:
parent
c2d79260cf
commit
8aa951b5ad
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
|
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
|
||||||
RELEASE_NAME: ${{ github.event.release.name }}
|
RELEASE_NAME: ${{ github.event.release.name }}
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
################
|
################
|
||||||
# Docker cache #
|
# Docker cache #
|
||||||
|
|
Loading…
Reference in a new issue