Skip to content

Commit

Permalink
set write permissions for go release (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
xh3b4sd committed Sep 28, 2023
1 parent ef0a24e commit 43292c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:

jobs:
release:
permissions:
packages: write

runs-on: "ubuntu-latest"
steps:
- name: "Setup Git Project"
Expand Down
3 changes: 3 additions & 0 deletions cmd/create/releasego/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ on:
jobs:
release:
permissions:
packages: write
runs-on: "ubuntu-latest"
steps:
- name: "Setup Git Project"
Expand Down

0 comments on commit 43292c8

Please sign in to comment.