add release token
Some checks failed
Release / build (push) Failing after 28s

This commit is contained in:
SimonFJ20 2024-09-26 02:35:51 +02:00
parent da214bf8f9
commit af7ae54128

View File

@ -37,6 +37,7 @@ jobs:
id: use-go-action id: use-go-action
uses: "https://gitea.com/actions/release-action@main" uses: "https://gitea.com/actions/release-action@main"
with: with:
artifacts: "bunker" files: "bunker"
api_key: '${{secrets.RELEASE_TOKEN}}'