Skip to content

Commit

Permalink
chore(ci): adjust workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
efcasado committed May 7, 2024
1 parent 4f19ba6 commit cb112ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,15 @@ on:

permissions:
contents: write
issues: write
pull-requests: write

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: 18

- uses: cycjimmy/[email protected]
with:
dry_run: true
Expand All @@ -27,3 +25,5 @@ jobs:
[email protected]
branches: |
[ 'main' ]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cb112ee

Please sign in to comment.