Skip to content

Commit

Permalink
Follow updated APP_ID instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jun 11, 2024
1 parent 7219e12 commit c7a024a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bump-flake-lock-and-selfup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ jobs:
optional-run: |
echo 'Add another changes and git commit here, especially for .node-version/.ruby-version'
secrets:
APP_ID: ${{ secrets.APP_ID }}
# TODO: Move vars to inputs
APP_ID: ${{ vars.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}

0 comments on commit c7a024a

Please sign in to comment.