Skip to content

Commit

Permalink
ci: add date to update flake lock branch (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavSanchez authored Jan 12, 2025
1 parent e976118 commit 321bc80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-flake-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ jobs:
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- run: echo "ACTION_DATE=$(date +%Y_%m_%d)" >> $GITHUB_ENV
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@main
with:
pr-title: "Update flake.lock" # Title of PR to be created
pr-labels: | # Labels to be set on the PR
dependencies
automated
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
branch: ${{ env.ACTION_DATE }}
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}

0 comments on commit 321bc80

Please sign in to comment.