Skip to content

Commit

Permalink
adding write permission to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Volte6 committed Jan 3, 2025
1 parent 34d9509 commit 5d391d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
push:
branches: ["master", "ci-cd-releases"]

permissions:
contents: write

env:
RELEASE_FILENAME: go-mud-release

Expand Down

0 comments on commit 5d391d3

Please sign in to comment.