Skip to content

Commit

Permalink
setup compathelper
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger-luo committed May 6, 2022
1 parent d08405a commit c174c7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
- name: "Add the General registry via Git"
run: |
import Pkg
import Pkg.Registry: RegistrySpec
ENV["JULIA_PKG_SERVER"] = ""
Pkg.Registry.add("General")
shell: julia --color=yes {0}
Expand All @@ -25,8 +24,9 @@ jobs:
- name: "Run CompatHelper"
run: |
import CompatHelper
CompatHelper.main(subdirs=["", "lib"])
CompatHelper.main(subdirs=["", readdir(pwd(), "lib")...])
shell: julia --color=yes {0}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
# COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER_PRIV }}

0 comments on commit c174c7c

Please sign in to comment.