Skip to content

Commit

Permalink
Grant write permission to job
Browse files Browse the repository at this point in the history
  • Loading branch information
YaytayAtWork committed Aug 7, 2024
1 parent 1002d56 commit ae52067
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,13 @@ on:
push:
tags: [ "*" ]

permissions:
contents: write

jobs:
build:

runs-on: ubuntu-latest

permissions:
contents: read
contents: write
packages: write
attestations: write
id-token: write
Expand Down

0 comments on commit ae52067

Please sign in to comment.