Skip to content

Commit

Permalink
Update sync-upstream.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shelken authored Mar 22, 2024
1 parent 30c4f31 commit 63745e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sync-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ on:
jobs:
sync-upstream:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@main
with:
# ref: master
# submodules: true
token: "${{ secrets.ACCESS_TOKEN }}"
token: "${{ secrets.GITHUB_TOKEN }}"

- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
Expand Down

0 comments on commit 63745e6

Please sign in to comment.