patch: fix deploy pipeline (#15)
Some checks failed
Push / release-docker-helm (push) Failing after 2m15s

Co-authored-by: Madison Grubb <madison@elastiflow.com>
Reviewed-on: #15
This commit was merged in pull request #15.
This commit is contained in:
2026-03-04 20:01:50 +00:00
parent 52a6f4368c
commit 10035221fb

View File

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