Skip to content

Commit

Permalink
Remove permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
metsavir committed Feb 16, 2024
1 parent 8bd3241 commit 5a075f7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ jobs:
release:
name: Release
runs-on: ubuntu-22.04
permissions:
contents: write # to be able to publish a GitHub release
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 5a075f7

Please sign in to comment.