.gitea/workflows: Prefer job GITEA_TOKEN
CI / check-and-test (push) Successful in 57s
Release Tag / release (push) Successful in 26s

Prefer job built-in token over secrets.RELEASE_TOKEN.

Link: #9
Co-authored-by: s1d3sw1ped_bot <s1d3sw1ped+giteabot@gmail.com>
Co-committed-by: s1d3sw1ped_bot <s1d3sw1ped+giteabot@gmail.com>
This commit was merged in pull request #10.
This commit is contained in:
s1d3sw1ped_bot
2026-09-02 10:11:27 -05:00
committed by s1d3sw1ped_bot
parent 2fadb08bcf
commit 98d89c3d28
+5 -1
View File
@@ -7,6 +7,8 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@main
with:
@@ -21,4 +23,6 @@ jobs:
version: 'latest'
args: release
env:
GITEA_TOKEN: ${{secrets.RELEASE_TOKEN}}
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }}
GORELEASER_FORCE_TOKEN: gitea