We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecfec12 commit a818cbdCopy full SHA for a818cbd
.github/workflows/release.yml
@@ -10,12 +10,12 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
10
permissions:
11
id-token: write # Required for OIDC
12
contents: write
13
+ pull-requests: write
14
15
jobs:
16
release:
17
name: Release
18
runs-on: ubuntu-latest
- environment: npm
19
steps:
20
- name: Checkout Repo
21
uses: actions/checkout@v6
0 commit comments