Skip to content

Commit

Permalink
kebab
Browse files Browse the repository at this point in the history
  • Loading branch information
ROBO358 authored Aug 4, 2024
1 parent f568965 commit 9a95ff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: actions/create-github-app-token@v1
id: create_token
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}

- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 9a95ff3

Please sign in to comment.