Compare commits

...

2 Commits

Author SHA1 Message Date
Salastil
da782d7707 Merge branch 'main' of git.salastil.com:Salastil/streamed-tui 2025-11-23 02:37:17 -05:00
Salastil
8ce344033f Build configs edit 2025-11-23 02:33:40 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ jobs:
API_URL: ${{ github.api_url }}
REPOSITORY: ${{ github.repository }}
RELEASE_ID: ${{ github.event.release.id }}
TOKEN: ${{ secrets.GITEA_TOKEN || secrets.GITHUB_TOKEN || github.token }}
TOKEN: ${{ secrets.CI_TOKEN || secrets.GITHUB_TOKEN || github.token }}
run: |
set -euo pipefail
shopt -s nullglob

View File

@@ -103,7 +103,7 @@ jobs:
API_URL: ${{ github.api_url }}
REPOSITORY: ${{ github.repository }}
RELEASE_ID: ${{ github.event.release.id }}
TOKEN: ${{ secrets.GITEA_TOKEN || secrets.GITHUB_TOKEN || github.token }}
TOKEN: ${{ secrets.CI_TOKEN || secrets.GITHUB_TOKEN || github.token }}
run: |
set -euo pipefail
shopt -s nullglob