Skip to content

Commit fdb2c40

Browse files
committed
fix(ci): attempt to solve Github release issue
1 parent 2488d48 commit fdb2c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ jobs:
4040
- name: Create Github release
4141
uses: ./.github/actions/release-github
4242
with:
43-
repo_token: "${{ secrets.PAT }}"
43+
repo_token: "${{ secrets.GITHUB_TOKEN }}"
4444
pre-release: false

0 commit comments

Comments
 (0)