Skip to content

Commit

Permalink
Remove GITHUB_TOKEN from arnested/go-version-action (#1037)
Browse files Browse the repository at this point in the history
The action `arnested/go-version-action` doesn't need GITHUB_TOKEN
anymore

Instead of getting the Go releases from git tags using GitHub's
API (and thus needing the token to avoid being rate limited) it pulls
the versions from https://go.dev/dl/?mode=json&include=all.

Signed-off-by: Arne Jørgensen <[email protected]>
  • Loading branch information
arnested authored Apr 7, 2022
1 parent 817031a commit 6c8c3f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
uses: actions/checkout@v2
- uses: arnested/go-version-action@v1
id: go-version
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Set up Go
uses: actions/setup-go@v2
with:
Expand Down

0 comments on commit 6c8c3f1

Please sign in to comment.