Skip to content

Commit

Permalink
chore: Use a PAT to grant access
Browse files Browse the repository at this point in the history
Annoyingly, it appears that the cross-repo access setting only allows
private repos to access private repos -- not for public repos to give
access to private repos.

I think I get it, but that's a bit annoying.
  • Loading branch information
evancharlton committed Nov 20, 2024
1 parent 083e694 commit 1843269
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
with:
submodules: "true"
persist-credentials: false
token: ${{ secrets.ORDLIST_TOKEN }}

- name: Install
env:
Expand Down

0 comments on commit 1843269

Please sign in to comment.