Skip to content

Commit

Permalink
ci: allow token to create releases
Browse files Browse the repository at this point in the history
  • Loading branch information
yknx4 committed Jan 13, 2025
1 parent 1583f7b commit fc28742
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ on:

jobs:
goreleaser:
runs-on: pub-hk-ubuntu-24.04-ip
permissions:
contents: write
runs-on: ubuntu-latest
steps:
-
name: Checkout
Expand Down

0 comments on commit fc28742

Please sign in to comment.