Skip to content

Commit

Permalink
Merge pull request #10 from arnested/avoid-need-for-github-token
Browse files Browse the repository at this point in the history
arnested/go-version-action doesn't need GITHUB_TOKEN anymore
  • Loading branch information
jonathansharman authored Apr 5, 2022
2 parents f8a2fcb + ec84f1e commit de305d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
- name: Set Go Versions
uses: arnested/go-version-action@v1
id: versions
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit de305d7

Please sign in to comment.