ci: exposing github_token to publish job

This commit is contained in:
Hydra
2024-04-14 04:44:01 +01:00
parent b0f36c1512
commit bae031811d
2 changed files with 4 additions and 0 deletions

View File

@@ -40,6 +40,8 @@ jobs:
- name: Publish
run: yarn run publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create artifact
uses: actions/upload-artifact@v4