-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change App Token Workflow in Update English Lang
- Loading branch information
1 parent
fb0b25d
commit 1994b5a
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|