Skip to content

Commit

Permalink
fix: remove dep on buildbot token (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeyheath authored May 16, 2022
1 parent b1d87d2 commit dcce3cc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/mods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.CZIBUILDBOT_GITHUB_TOKEN }}
- uses: actions/checkout@v3
- uses: actions/setup-go@v2
with:
go-version: '1.15.2'
Expand Down

0 comments on commit dcce3cc

Please sign in to comment.