flake: update action

This commit is contained in:
Adithya 2024-10-30 22:56:56 +05:30
parent e36f9c96ef
commit cad47e7f9b
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -12,7 +12,7 @@ jobs:
image: ghcr.io/catthehacker/ubuntu:act-22.04 image: ghcr.io/catthehacker/ubuntu:act-22.04
name: Update Inputs name: Update Inputs
steps: steps:
- uses: https://github.com/actions/checkout@v3 - uses: https://github.com/actions/checkout@v4
with: with:
token: ${{ github.token }} token: ${{ github.token }}
ref: ${{ github.head_ref }} ref: ${{ github.head_ref }}
@ -22,7 +22,7 @@ jobs:
github_access_token: ${{ github.token }} github_access_token: ${{ github.token }}
- name: Update inputs - name: Update inputs
run: | run: |
nix flake update nix flake update --access-tokens "github.com=${{ secrets.GH_ACCESS_TOKEN }}"
- name: Commit changes - name: Commit changes
uses: https://github.com/EndBug/add-and-commit@v9 uses: https://github.com/EndBug/add-and-commit@v9
with: with: