Allow release workflow to automatically use github.token if TAG_TOKEN is absent
Release Shippables / build-and-release (push) Has been cancelled
Release Shippables / build-and-release (push) Has been cancelled
This commit is contained in:
@@ -27,5 +27,5 @@ jobs:
|
||||
with:
|
||||
files: |
|
||||
dist/*
|
||||
api_key: ${{ secrets.TAG_TOKEN }}
|
||||
token: ${{ secrets.TAG_TOKEN }}
|
||||
api_key: ${{ secrets.TAG_TOKEN || github.token }}
|
||||
token: ${{ secrets.TAG_TOKEN || github.token }}
|
||||
|
||||
Reference in New Issue
Block a user