Skip to content

Commit

Permalink
Follow selfup v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jun 11, 2024
1 parent a5d1dbd commit a25e7a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/bump-flake-lock-and-selfup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ jobs:
bump:
uses: kachick/selfup/.github/workflows/reusable-bump-flake-lock-and-selfup.yml@236e552774af3d967d888e24ce9834a5b424c2c7 # 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: |
echo 'Add another changes and git commit here, especially for .node-version/.ruby-version'
secrets:
# TODO: Move vars to inputs
APP_ID: ${{ vars.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}

0 comments on commit a25e7a3

Please sign in to comment.