Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.

Commit dfb9fe4

Browse files
committed
Fix github token in release packages action
1 parent 36d1b67 commit dfb9fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
concurrency: ${{ github.workflow }}-${{ github.ref }}
99

1010
env:
11-
GITHUB_READ_PACKAGES_TOKEN: ${{secrets.GITHUB_TOKEN}}
11+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
1212

1313
jobs:
1414
test:

0 commit comments

Comments
 (0)