Skip to content

Commit

Permalink
fix: Change deprecated keys to use new keys
Browse files Browse the repository at this point in the history
  • Loading branch information
blendthink committed Feb 9, 2024
1 parent b621734 commit cd55b62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-lint-rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
id: generate_token
uses: actions/create-github-app-token@v1
with:
app_id: ${{ secrets.APP_ID_OF_YUMEMI_PR_TOKEN_GENERATOR }}
private_key: ${{ secrets.APP_PRIVATE_KEY_OF_YUMEMI_PR_TOKEN_GENERATOR }}
app-id: ${{ secrets.APP_ID_OF_YUMEMI_PR_TOKEN_GENERATOR }}
private-key: ${{ secrets.APP_PRIVATE_KEY_OF_YUMEMI_PR_TOKEN_GENERATOR }}

- name: Create a pull request
uses: peter-evans/create-pull-request@v6
Expand Down

0 comments on commit cd55b62

Please sign in to comment.