Skip to content

Commit

Permalink
fix update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shanyouli committed Jan 29, 2024
1 parent b11936b commit d5adc66
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:
git checkout -B flakebot
- name: Update and commit lockfile
run: nix flake update --commit-lock-file
- name: Update my pkgs src
run: |
cat > secrets.toml <<EOF
[keys]
github = "{{ secrets.GITHUB_TOKEN }}"
EOF
nix-shell -p nvfetcher
nvfetcher -k ./secrets.toml
rm -rf secrets.toml
# - name: Update my pkgs src
# run: |
# cat > secrets.toml <<EOF
# [keys]
# github = "{{ secrets.GITHUB_TOKEN }}"
# EOF
# nix-shell -p nvfetcher
# nvfetcher -k ./secrets.toml
# rm -rf secrets.toml
- name: Push changes
uses: ad-m/github-push-action@master
with:
Expand Down

0 comments on commit d5adc66

Please sign in to comment.