Skip to content

Commit effab43

Browse files
authored
Merge pull request #65 from ndw/tune-ci
No tokens required, apparently
2 parents 82869e7 + ab09773 commit effab43

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/build-branch.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
runs-on: ubuntu-latest
3737
needs: check_branch
3838
env:
39-
HAVE_ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN != '' }}
4039
HAVE_NUGET_KEY: ${{ secrets.NUGET_API_KEY != '' }}
4140
CIWORKFLOW: yes
4241
CI_SHA1: ${{ github.sha }}

.github/workflows/build-pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
runs-on: ubuntu-latest
4141
needs: check_branch
4242
env:
43-
HAVE_ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN != '' }}
4443
CIWORKFLOW: yes
4544
CI_SHA1: ${{ github.sha }}
4645
CI_BUILD_NUM: ${{ github.run_number }}

0 commit comments

Comments
 (0)