Skip to content

Commit

Permalink
Change App Token Workflow in Update English Lang
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit authored May 11, 2024
1 parent fb0b25d commit 1994b5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/updateEnglishLang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
steps:
- name: Get Token
id: token
uses: peter-murray/[email protected]
uses: actions/create-github-app-token@v1
with:
application_id: ${{ secrets.APP_ID }}
application_private_key: ${{ secrets.APP_KEY }}
organization: Nomi-CEu
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_KEY }}
owner: Nomi-CEu

- name: Checkout Ref
uses: actions/checkout@v4
Expand Down

0 comments on commit 1994b5a

Please sign in to comment.