Skip to content

Commit 6b1f632

Browse files
fix: remove unnecessary token
1 parent fb5dcd7 commit 6b1f632

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

.github/workflows/checks.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525

2626
- name: build
2727
run: go tool task build # needed to download the embedded resources
28-
env:
29-
GH_TOKEN: ${{ secrets.ARDUINOBOT_TOKEN }}
3028

3129
- uses: dprint/check@v2.2
3230
with:

.github/workflows/go-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,3 @@ jobs:
2020

2121
- name: Run tests
2222
run: go tool task test
23-
env:
24-
GH_TOKEN: ${{ secrets.ARDUINOBOT_TOKEN }}

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ jobs:
6565
env:
6666
GOARCH: ${{ matrix.arch }}
6767
GOOS: ${{ matrix.os }}
68-
GH_TOKEN: ${{ secrets.ARDUINOBOT_TOKEN }}
6968

7069
- name: Prepare Build Artifacts (!windows)
7170
working-directory: ./${{ env.DIST_DIR }}

0 commit comments

Comments
 (0)