Skip to content

Commit 2cb8383

Browse files
committed
refactor: package secret
1 parent 3510257 commit 2cb8383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Publish
3636
if: github.ref == 'refs/heads/main' && github.repository_owner == 'SuperCrafting'
3737
env:
38-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38+
GITHUB_TOKEN: ${{ secrets.PACKAGE_SECRET }}
3939
GITHUB_USERNAME: ${{ github.repository_owner }}
4040
GITHUB_REPOSITORY: ${{ github.repository }}
4141
BUILD_VERSION: ${{ github.run_number }}

0 commit comments

Comments
 (0)