Allow release workflow to automatically use github.token if TAG_TOKEN is absent
Release Shippables / build-and-release (push) Has been cancelled

This commit is contained in:
2026-09-03 21:33:36 +02:00
parent b71dd09a15
commit 6d1edf850c
+2 -2
View File
@@ -27,5 +27,5 @@ jobs:
with: with:
files: | files: |
dist/* dist/*
api_key: ${{ secrets.TAG_TOKEN }} api_key: ${{ secrets.TAG_TOKEN || github.token }}
token: ${{ secrets.TAG_TOKEN }} token: ${{ secrets.TAG_TOKEN || github.token }}