Skip to content

Commit

Permalink
Add permissions: contents for release-workflows
Browse files Browse the repository at this point in the history
* Fix job id for `release-workflows.yml`
  • Loading branch information
artembilan committed Dec 20, 2023
1 parent b93ef88 commit 896dac8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
verify-staged-with-jfrog:
release-reusable-workflows:
permissions:
contents: write

runs-on: ubuntu-latest
steps:

Expand Down

0 comments on commit 896dac8

Please sign in to comment.