mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-27 10:42:45 +03: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
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…
Reference in New Issue
Block a user