Skip to content

Commit

Permalink
NVIDIA action: create signed commits
Browse files Browse the repository at this point in the history
  • Loading branch information
42LoCo42 committed May 22, 2024
1 parent ff820ae commit f05c14f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
push:
paths:
- "packages/**"
- ".github/workflows/**"

jobs:
main:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/nvidia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}

- name: Commit flake updates
uses: stefanzweifel/git-auto-commit-action@v5
uses: planetscale/ghcommit-action@v0.1.39
with:
commit_message: "Automatic update of nixpkgs-new"
commit_message: "🤖 Update nixpkgs-new"
repo: ${{ github.repository }}
branch: ${{ github.head_ref || github.ref_name }}
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit f05c14f

Please sign in to comment.