Skip to content

Commit

Permalink
chore: set GITHUB_TOKEN (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k authored Feb 1, 2024
1 parent 0e493e7 commit 2fa09ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/version_bump_jsr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ jobs:
- name: Run workspaces version bump
run: |
deno run -A https://deno.land/x/[email protected]/cli.ts --dry-run
env:
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}

0 comments on commit 2fa09ec

Please sign in to comment.