Skip to content

Commit

Permalink
Revert "ci(.github/workflows/test.yml): override GITHUB_TOKEN with GH…
Browse files Browse the repository at this point in the history
…_TOKEN (#1143)" (#1150)

This reverts commit 8a6ddcb.
  • Loading branch information
risu729 authored Dec 20, 2024
1 parent 8493831 commit d5422c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:
github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha
}} | bash
env:
# GH_TOKEN take precedence over GITHUB_TOKEN which is set by mise
GH_TOKEN: ${{ github.token }}
GITHUB_TOKEN: ${{ github.token }}

actions-timeline:
needs:
Expand Down

0 comments on commit d5422c7

Please sign in to comment.