Skip to content

Commit dec6718

Browse files
committed
ci: use correct github token
1 parent 1c6884a commit dec6718

File tree

2 files changed

+1
-76
lines changed

2 files changed

+1
-76
lines changed

.github/workflows/publish-prerelease.yml

Lines changed: 0 additions & 75 deletions
This file was deleted.

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ jobs:
7575
chmod +x ./scripts/add_build_number.sh
7676
yarn release --increment=$(cat version.txt)
7777
env:
78-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
78+
PAT_GITHUB: ${{ secrets.PAT_GITHUB }}

0 commit comments

Comments
 (0)