Skip to content

Commit 9e80c85

Browse files
committed
ci: use token in correct place
1 parent 0a53a2e commit 9e80c85

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
uses: actions/checkout@v5
1414
with:
1515
fetch-depth: 0
16+
token: ${{ secrets.PAT_GITHUB }}
1617

1718
- name: Git config
1819
run: |
@@ -74,5 +75,3 @@ jobs:
7475
run: |
7576
chmod +x ./scripts/add_build_number.sh
7677
yarn release --increment=$(cat version.txt)
77-
env:
78-
PAT_GITHUB: ${{ secrets.PAT_GITHUB }}

0 commit comments

Comments
 (0)