Skip to content

Commit

Permalink
chore: add the secrets of PIKPAK_USERNAME, PIKPAK_PASSWORD
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-lsn committed Dec 24, 2023
1 parent 3c9d329 commit c8d1e2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ jobs:
- name: Run release
run: npm run release --ci
env:
PIKPAK_USERNAME: ${{ secrets.PIKPAK_USERNAME }}
PIKPAK_PASSWORD: ${{ secrets.PIKPAK_PASSWORD }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit c8d1e2e

Please sign in to comment.