Skip to content

Commit

Permalink
Chore: updated workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Jul 27, 2024
1 parent 265b4d6 commit 534ffce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on:
- development
workflow_dispatch:

permissions:
id-token: write
permissions: write-all

jobs:
release:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on:
- main
workflow_dispatch:

permissions:
id-token: write
permissions: write-all

jobs:
release:
Expand Down

0 comments on commit 534ffce

Please sign in to comment.