Skip to content

Commit

Permalink
Put GitHub token in env
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Jun 3, 2024
1 parent 18686fc commit 7314086
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@ jobs:
GIT_EMAIL: ${{ github.actor }}@users.noreply.github.com
TARGET_REPO: ${{ github.repository_owner }}/${{ matrix.repo }}
SOURCE_REPO: ${{ github.repository }}
GITHUB_TOKEN: ${{ github.token }}
steps:
- name: Check out ${{ env.TARGET_REPO }}
uses: actions/checkout@v4
with:
repository: ${{ env.TARGET_REPO }}
token: ${{ github.token }}
token: ${{ env.GITHUB_TOKEN }}

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

0 comments on commit 7314086

Please sign in to comment.