mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
try a non-built-in token
This commit is contained in:
parent
2574400df3
commit
c0a79a015e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
|||
|
||||
- name: Validate input
|
||||
run: |
|
||||
[[ "${{ secrets.GITHUB_TOKEN }}" ]] || { echo "Missing github token"; }
|
||||
[[ "${{ secrets.NPM_TOKEN }}" ]] || { echo "Missing NPM token"; }
|
||||
[[ "${{ secrets.TB_ADMIN_TOKEN }}" ]] || { echo "Missing admin token"; }
|
||||
|
||||
- name: Get metadata (push)
|
||||
|
|
Loading…
Add table
Reference in a new issue