Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-astus committed Jun 26, 2024
1 parent 3a0d623 commit 715edc9
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/ok_to_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,17 @@ jobs:
# Only run for PRs, not issue comments
if: ${{ github.event.issue.pull_request }}
steps:
- uses: actions/create-github-app-token@v1
id: app-token
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@v1
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}
# - uses: actions/create-github-app-token@v1
# id: app-token
# with:
# app-id: ${{ secrets.APP_ID }}
# private-key: ${{ secrets.PRIVATE_KEY }}

- name: Slash Command Dispatch
uses: peter-evans/slash-command-dispatch@13bc09769d122a64f75aa5037256f6f2d78be8c4
Expand Down

0 comments on commit 715edc9

Please sign in to comment.