Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
update Deploy-bot secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmachan committed Aug 24, 2021
1 parent abb22b8 commit 2ebe4d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/slash-command-dispatcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
id: generate_token
uses: tibdex/github-app-token@v1
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}
app_id: ${{ secrets.DEPLOY_BOT_APP_ID }}
private_key: ${{ secrets.DEPLOY_BOT_PRIVATE_KEY }}

- name: Slash Command Dispatch
uses: peter-evans/slash-command-dispatch@v2
Expand All @@ -46,8 +46,8 @@ jobs:
id: generate_token
uses: tibdex/github-app-token@v1
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}
app_id: ${{ secrets.DEPLOY_BOT_APP_ID }}
private_key: ${{ secrets.DEPLOY_BOT_PRIVATE_KEY }}

- name: slash command dispatch
uses: peter-evans/slash-command-dispatch@v2
Expand Down

0 comments on commit 2ebe4d5

Please sign in to comment.