mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Moved GITHUB_TOKEN
env variable to workflow scope
no issue - the CLI install extension step also needs the token so it's just best to include it globally in the workflow
This commit is contained in:
parent
c05432889a
commit
99d601bc9f
1 changed files with 1 additions and 2 deletions
3
.github/workflows/auto-assign.yml
vendored
3
.github/workflows/auto-assign.yml
vendored
|
@ -7,9 +7,8 @@ jobs:
|
|||
runs-on: ubuntu-18.04
|
||||
env:
|
||||
FORCE_COLOR: 1
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: gh extension install daniellockyer/gh-auto-assign
|
||||
- run: gh auto-assign
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Add table
Reference in a new issue