Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into repository-projects-p…
Browse files Browse the repository at this point in the history
…ermission
  • Loading branch information
lucperkins committed Jun 3, 2024
2 parents d4dbb74 + cddcf89 commit c981597
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 @@ -31,13 +31,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 c981597

Please sign in to comment.