Skip to content

Commit

Permalink
Merge pull request #24 from grafana/use-gh-admin-token
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k authored Jun 11, 2024
2 parents d1bd71c + 42ad99d commit a8bcb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
- name: Run auto shipit
run: yarn auto shipit
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_ADMIN_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit a8bcb62

Please sign in to comment.