Skip to content

Commit

Permalink
ci: whoopsie
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovico Piero <lewdovico@gnuweeb.org>
  • Loading branch information
LudovicoPiero committed Mar 28, 2024
1 parent 9e46b0a commit 0f783e5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/flake-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
echo "matrix=$flakes" >> "$GITHUB_OUTPUT"
update-flake:
if: github.repository == 'ludovicopiero/dotfiles' # Don't do this in forks
if: github.repository == 'ludovicopiero/nixpackages' # Don't do this in forks
name: update-${{ matrix.flake }}
runs-on: ubuntu-latest
needs: get-flakes
Expand All @@ -36,8 +36,6 @@ jobs:
uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-unstable-small
extra_nix_config: |
access-tokens = github.com=${{ secrets.GH_TOKEN }}

- run: git config --global user.email "59017537+MaximilianSforza@users.noreply.github.com"
- run: git config --global user.name "Maximilian"
Expand All @@ -46,7 +44,7 @@ jobs:
dependency: ${{ matrix.flake }}
pull-request-token: ${{ secrets.PR_TOKEN }}
pull-request-author: Maximilian <59017537+MaximilianSforza@users.noreply.github.com>
github-token: ${{ secrets.GH_TOKEN }}
github-token: ${{ secrets.PR_TOKEN }}
pull-request-labels: automated,uwu, keep-up-to-date
delete-branch: true
pull-request-branch-prefix: "flake/update-"
Expand Down

0 comments on commit 0f783e5

Please sign in to comment.