Skip to content

Commit efd3ab7

Browse files
committed
Remove github token from ci.yaml since it's not used
1 parent 33fe946 commit efd3ab7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ jobs:
6262
6363
- name: Test the stable branch
6464
env:
65-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66-
run: BRANCH=stable bun run test
65+
BRANCH: stable
66+
run: bun run test
6767

6868
- name: Test the testing branch
6969
env:
70-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71-
run: BRANCH=testing bun run test
70+
BRANCH: testing
71+
run: bun run test
7272

7373
- name: Save mod archive cache
7474
uses: actions/cache/save@v4

0 commit comments

Comments
 (0)