Skip to content

Commit

Permalink
fix: ci permissions (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed May 14, 2024
1 parent 4ad79b0 commit a40bc0a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true


env:
ACTIONS_RUNNER_DEBUG: true
NEXT_TELEMETRY_DISABLED: '1'
Expand All @@ -28,13 +27,16 @@ jobs:
if: github.repository == 'rehype-pretty/rehype-pretty-code' && !contains(github.event.head_commit.message, '[skip ci]')
runs-on: ['ubuntu-latest']
permissions:
issues: write
contents: write
id-token: write
packages: write
pull-requests: write
repository-projects: write
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v4


- name: 'Get pnpm Version'
id: pnpm-version
run: |
Expand Down

0 comments on commit a40bc0a

Please sign in to comment.