From 821f321ad626aab743d44f9b690bf09dded70653 Mon Sep 17 00:00:00 2001 From: Integer Limit <103940576+IntegerLimit@users.noreply.github.com> Date: Sat, 11 May 2024 16:41:59 +1000 Subject: [PATCH] Change App Token Workflow in Example Event Sender --- .github/workflows/exampleEventSender.yml.disabled | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/exampleEventSender.yml.disabled b/.github/workflows/exampleEventSender.yml.disabled index 55c016ac..49db5785 100644 --- a/.github/workflows/exampleEventSender.yml.disabled +++ b/.github/workflows/exampleEventSender.yml.disabled @@ -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/workflow-application-token-action@v2.1.0 + 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