We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9deb401 commit 57c0e6cCopy full SHA for 57c0e6c
.github/workflows/publish-release.yml
@@ -5,6 +5,9 @@ jobs:
5
publish:
6
name: Install and publish
7
runs-on: ubuntu-latest
8
+ permissions:
9
+ id-token: write
10
+ contents: write # allows this workflow to commit to the repo
11
steps:
12
- name: Checkout
13
uses: actions/checkout@v5
@@ -72,4 +75,4 @@ jobs:
72
75
chmod +x ./scripts/add_build_number.sh
73
76
yarn release --increment=$(cat version.txt)
74
77
env:
- GITHUB_TOKEN: ${{ secrets.REPO_PAT }}
78
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments