Skip to content

Commit

Permalink
chore: updated contents permission to write (#1504)
Browse files Browse the repository at this point in the history
* chore: updated contents permission to write

* chore: removed actions permission
  • Loading branch information
Prashansa-K authored Jan 23, 2025
1 parent 519da2b commit 5848b1b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ jobs:
timeout-minutes: ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT) }}
runs-on: ubuntu-latest
permissions:
contents: read
actions: write
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -41,7 +40,6 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
actions: write
steps:
- name: Add standard tags
run: |
Expand Down

0 comments on commit 5848b1b

Please sign in to comment.