Skip to content

Commit

Permalink
Change App Token Workflow in Example Event Sender
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit authored May 11, 2024
1 parent 1994b5a commit 821f321
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/exampleEventSender.yml.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
# Nomi-CEu-Management has access to all of Nomi-CEu's Repos.
- name: Get Token
id: token
uses: peter-murray/[email protected]
uses: actions/create-github-app-token@v1
with:
# Shared Org Secret: Contains the Nomi-CEu-Management App ID (773030)
application_id: ${{ secrets.APP_ID }}
app-id: ${{ secrets.APP_ID }}
# Shared Org Secret: Contains the Nomi-CEu-Management App's Private Key.
# run `cat {PEM_FILE_PATH} | base64 -w 0 && echo` to encode the key first if changing the key.
# Paste the output of the command into the secret value.
application_private_key: ${{ secrets.APP_KEY }}
private-key: ${{ secrets.APP_KEY }}
organization: Nomi-CEu

- name: Dispatch Workflow
Expand Down

0 comments on commit 821f321

Please sign in to comment.