Skip to content

Commit 0a727ff

Browse files
committed
Remove redundant CI env var from workflow
GH_TOKEN makes gh auth status pass, so the CI check in setup.sh is never reached. The check remains in setup.sh as a safety net for other CI environments without GH_TOKEN.
1 parent c95e92c commit 0a727ff

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
- name: Run setup.sh
2626
run: bash setup.sh
2727
env:
28-
CI: "true"
2928
GH_TOKEN: ${{ secrets.TRUSTED_SHARED_SOURCE_GITHUB_TOKEN }}
3029

3130
- name: Install bats

0 commit comments

Comments
 (0)