diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index f1e46da..bd5926c 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -28,7 +28,7 @@ jobs: GOOS: 'windows' run: go build -v - name: test - run: echo blah '${{secrets.API_TOKEN}}' blah + run: echo blah '${{secrets.RELEASE_TOKEN}}' blah - name: Create release id: use-go-action uses: https://gitea.com/actions/release-action@main