Skip to content

Commit

Permalink
Moving the permissions block to the calling workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ringods committed Oct 4, 2024
1 parent dbd6982 commit 67168fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ jobs:

publish:
name: publish
permissions:
contents: write
needs:
- prerequisites
- build_provider
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ env:
jobs:
publish:
name: publish
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Validate prerelease
Expand Down

0 comments on commit 67168fb

Please sign in to comment.