patch: fix deploy pipeline
All checks were successful
PR / lint (pull_request) Successful in 51s
PR / test (pull_request) Successful in 53s
PR / docker-build (pull_request) Successful in 1m13s
PR / e2e (pull_request) Successful in 2m25s

This commit is contained in:
Madison Grubb
2026-03-04 14:58:40 -05:00
parent 52a6f4368c
commit 0bc847d4ba

View File

@@ -10,7 +10,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
with: with:
token: ${{ secrets.GITEA_REPO_TOKEN }} token: ${{ secrets.KESTRELOS_REPO_TOKEN }}
- name: Release (bump, tag, push, create release) - name: Release (bump, tag, push, create release)
env: env:
@@ -18,7 +18,7 @@ jobs:
CI_REPO_NAME: ${{ github.event.repository.name }} CI_REPO_NAME: ${{ github.event.repository.name }}
CI_FORGE_URL: ${{ github.server_url }} CI_FORGE_URL: ${{ github.server_url }}
CI_COMMIT_MESSAGE: ${{ github.event.head_commit.message }} CI_COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
GITEA_REPO_TOKEN: ${{ secrets.GITEA_REPO_TOKEN }} GITEA_REPO_TOKEN: ${{ secrets.KESTRELOS_REPO_TOKEN }}
run: | run: |
sudo apt-get update -qq && sudo apt-get install -y -qq git wget sudo apt-get update -qq && sudo apt-get install -y -qq git wget
./scripts/release.sh ./scripts/release.sh