Skip to content

Commit

Permalink
Set gitea token to release (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfogre committed Mar 27, 2024
1 parent a7eca81 commit 1760899
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitea/workflows/release-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
S3_REGION: ${{ secrets.AWS_REGION }}
S3_BUCKET: ${{ secrets.AWS_BUCKET }}
GORELEASER_FORCE_TOKEN: 'gitea'
GITEA_TOKEN: ${{ secrets.GITHUB_TOKEN }}
release-image:
runs-on: ubuntu-latest
container:
Expand Down

0 comments on commit 1760899

Please sign in to comment.