chore(dev): update okteto workflow
This commit is contained in:
parent
327c62337e
commit
2d6de2299c
2 changed files with 4 additions and 4 deletions
6
.github/workflows/ok-to-test.yml
vendored
6
.github/workflows/ok-to-test.yml
vendored
|
@ -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.DEPLOYBOT_APP_ID }}
|
||||
private_key: ${{ secrets.DEPLOYBOT_PRIVATE_KEY }}
|
||||
|
||||
- name: Slash Command Dispatch
|
||||
uses: peter-evans/slash-command-dispatch@v1
|
||||
|
@ -31,6 +31,6 @@ jobs:
|
|||
# token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} # PAT or OAuth token will also work
|
||||
reaction-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
issue-type: pull-request
|
||||
commands: ok-to-test
|
||||
commands: deploy
|
||||
named-args: true
|
||||
permission: write
|
||||
|
|
Loading…
Reference in a new issue