Skip to content

Commit 3aa7bd6

Browse files
chore(ci): remove unnecessary token (#1896)
We added a token because we thought there was a permission issue, however the issue was the action secrets were not available to community PR's. See discussion dependabot/dependabot-core#3253 (comment)
1 parent e8fb5a8 commit 3aa7bd6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci-badger-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
- uses: actions/checkout@v3
1818
with:
1919
ref: ${{ github.event.pull_request.head.sha }}
20-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
2120
- name: Get Go Version
2221
run: |
2322
#!/bin/bash

0 commit comments

Comments
 (0)