Skip to content

Commit

Permalink
Merge pull request #185 from nitrictech/feature/ci-cleanup
Browse files Browse the repository at this point in the history
Remove github actions references to GOLANG_TOKEN.
  • Loading branch information
tjholm authored Oct 5, 2021
2 parents b4f03d7 + 9f0b955 commit a9d81b8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
token: ${{secrets.GOLANG_TOKEN}}
submodules: recursive
- name: Setup Go
uses: actions/setup-go@v2
with:
Expand Down Expand Up @@ -49,9 +46,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
token: ${{secrets.GOLANG_TOKEN}}
submodules: recursive
- name: Setup Go
uses: actions/setup-go@v2
with:
Expand Down

0 comments on commit a9d81b8

Please sign in to comment.