Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianpujina committed Jan 31, 2024
1 parent 372a1f1 commit 939e329
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/trigger-automated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
steps:
- name: Get GitHub application JWT
id: get-gh-app-jwt
uses: ./actions/get-gh-app-jwt
uses: ./.github/actions/get-gh-app-jwt
with:
gh-app-private-key: ${{ secrets.GH_APP_PRIVATE_KEY_CHILI_REPO_ACTIONS }}
gh-app-id: ${{ vars.GH_APP_ID_CHILI_REPO_ACTIONS }}

- name: Get GitHub application installation access token
id: get-gh-app-installation-access-token
uses: ./actions/get-gh-app-installation-access-token
uses: ./.github/actions/get-gh-app-installation-access-token
with:
gh-app-jwt: ${{ steps.get-gh-app-jwt.outputs.gh-app-jwt }}
gh-app-installation-id: ${{ vars.GH_APP_INSTALL_ID_CHILI_REPO_ACTIONS }}
Expand Down

0 comments on commit 939e329

Please sign in to comment.