4 Commits

Author SHA1 Message Date
eva 4c03df6417 git: Unite master and develop tips after diverge-sync
CI / check-and-test (push) Successful in 49s
Release Tag / release (push) Successful in 29s
2026-09-02 13:44:38 -05:00
s1d3sw1ped_bot 7dab37c0cf .gitea/workflows: Prefer job GITEA_TOKEN
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>
2026-09-02 13:41:16 -05:00
s1d3sw1ped_bot 98d89c3d28 .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>
2026-09-02 10:11:27 -05:00
s1d3sw1ped_bot 0782ef56eb docs: Add CONTRIBUTING.md
Contributors need a short guide for develop-targeted PRs, commit
subject form, and Gitea issue-closing rules.
2026-09-01 13:37:28 -05:00
+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