Skip to content

Commit

Permalink
Merge pull request #43 from DeterminateSystems/gh-auth-login
Browse files Browse the repository at this point in the history
Log in gh using GitHub token
  • Loading branch information
lucperkins authored Jun 3, 2024
2 parents e409335 + 89d4bf5 commit cddcf89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
GIT_HEAD: ${{ github.actor }}:detsys-ts-update-${{ github.sha }}
TARGET_REPO: ${{ github.repository_owner }}/${{ matrix.repo }}
SOURCE_REPO: ${{ github.repository }}
GITHUB_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ github.token }} # for `gh pr create`
steps:
- name: Check out ${{ env.TARGET_REPO }}
uses: actions/checkout@v4
with:
repository: ${{ env.TARGET_REPO }}
token: ${{ env.GITHUB_TOKEN }}
token: ${{ env.GH_TOKEN }}

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
Expand Down

0 comments on commit cddcf89

Please sign in to comment.