Skip to content

Commit

Permalink
Update README.md (#127)
Browse files Browse the repository at this point in the history
include examples for the required permissions.
  • Loading branch information
paketb0te authored Jun 29, 2023
1 parent 05eb7b1 commit 2bdbc5c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ on:
release:
types: [created]

permissions:
contents: write
packages: write

jobs:
release-linux-amd64:
name: release linux/amd64
Expand Down Expand Up @@ -92,6 +96,10 @@ on:
release:
types: [created]
permissions:
contents: write
packages: write
jobs:
releases-matrix:
name: Release Go Binary
Expand Down

0 comments on commit 2bdbc5c

Please sign in to comment.