Skip to content

Commit

Permalink
feat: Try to use GITHUB_TOKEN to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Sep 16, 2024
1 parent 4898612 commit 8a18c13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
env:
ARGOS_TOKEN: ${{ secrets.ARGOS_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
jobs:
install:
Expand Down

0 comments on commit 8a18c13

Please sign in to comment.