Skip to content

Commit

Permalink
CI: updated workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Feb 23, 2024
1 parent 413a24f commit e635b7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
- blizzard
- dev

permissions:
contents: write

jobs:
package-release:
name: Publish
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
branches:
- main

permissions:
contents: write

jobs:
package-release:
name: Publish
Expand Down

0 comments on commit e635b7d

Please sign in to comment.