From 2cd0739d5673c048ffd4e586564221060de0edc9 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Tue, 18 Jun 2024 13:32:21 +0900 Subject: [PATCH] Bump selfup --- .github/workflows/update-nixpkgs-and-versions-in-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-nixpkgs-and-versions-in-ci.yml b/.github/workflows/update-nixpkgs-and-versions-in-ci.yml index 221d1af..a194811 100644 --- a/.github/workflows/update-nixpkgs-and-versions-in-ci.yml +++ b/.github/workflows/update-nixpkgs-and-versions-in-ci.yml @@ -11,8 +11,9 @@ on: jobs: update-nixpkgs: - uses: kachick/selfup/.github/workflows/reusable-bump-flake-lock-and-selfup.yml@v1.1.2 + uses: kachick/selfup/.github/workflows/reusable-bump-flake-lock-and-selfup.yml@v1.1.3 with: + app_id: ${{ vars.APP_ID }} dry-run: ${{ github.event_name == 'pull_request' }} pr-title: 'Bump flake.lock and related dependencies' optional-run: | @@ -21,5 +22,4 @@ jobs: git update-index -q --really-refresh git diff-index --quiet HEAD || git commit -m 'Update .ruby-version' .ruby-version secrets: - APP_ID: ${{ secrets.APP_ID }} APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}