Skip to content

Commit

Permalink
change the content permission to write-all
Browse files Browse the repository at this point in the history
  • Loading branch information
Parisa68 committed Oct 3, 2024
1 parent 6ee305b commit 918667e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -435,10 +435,7 @@ jobs:
# needs: detect-changes
# if: needs.detect-changes.outputs.cega-mock == 'true'
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
pull-requests: write
permissions: write-all
steps:
- uses: actions/checkout@v4
- name: Get current version for cega-mock
Expand Down

0 comments on commit 918667e

Please sign in to comment.