mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-20 11:39:14 +03:00
try a non-built-in token
This commit is contained in:
parent
2574400df3
commit
c0a79a015e
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…
Reference in New Issue
Block a user