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.
1 parent c6aa070 commit 00c5e94Copy full SHA for 00c5e94
.github/workflows/deploy.yml
@@ -42,8 +42,9 @@ jobs:
42
runs-on: ubuntu-latest
43
needs: build
44
45
- permissions:
46
- contents: write
+# This permissions block grants the GITHUB_TOKEN the permissions required to make a Release
+# permissions:
47
+# contents: write
48
49
steps:
50
- name: Checkout
@@ -65,5 +66,5 @@ jobs:
65
66
- name: Release
67
run: yarn release
68
env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69
+ GITHUB_TOKEN: ${{ secrets.PAT }}
70
0 commit comments