We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cc481e + 536f468 commit b68f5bbCopy full SHA for b68f5bb
.github/workflows/deploy.yml
@@ -17,6 +17,6 @@ jobs:
17
- uses: actions/checkout@v6
18
with:
19
fetch-depth: 0
20
- - run: gh pr create -B main -H develop --title 'Prod deploy' --fill
+ - run: gh pr create -B main -H develop --title 'Prod deploy' --label 'do not merge' --fill
21
env:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/release-beta.yml
@@ -8,6 +8,8 @@ on:
8
9
permissions:
10
contents: write
11
+ # Required for npm OIDC
12
+ id-token: write
13
14
jobs:
15
release:
0 commit comments