Skip to content

Commit aa26f11

Browse files
authored
Registrator.jl needs GITHUB_TOKEN for the test suite
1 parent b471c76 commit aa26f11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/downstream_packages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
path: downstream
4747
- name: Load this and run the downstream tests
4848
shell: julia --color=yes --project=downstream {0}
49+
env:
50+
GITHUB_TOKEN: ${{ (matrix.package.repo == "Registrator.jl") && secrets.GITHUB_TOKEN || "" }}
4951
run: |
5052
using Pkg
5153
try

0 commit comments

Comments
 (0)