Skip to content

Commit

Permalink
Check if get token compiles
Browse files Browse the repository at this point in the history
  • Loading branch information
MSECode committed Dec 12, 2024
1 parent 1663437 commit a5e8ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,8 @@ jobs:
id: get_workflow_token
uses: tibdex/github-app-token@v2
with:
private_key: ${{ secrets.ICUB_TECH_IIT_APP_KEY }}
app_id: ${{ secrets.ICUB_TECH_IIT_APP_ID }}
private_key: ${{ secrets.ICUB_TECH_IIT_APP_KEY }}
installation_retrieval_mode: repository
installation_retrieval_payload: icub-tech-iit/code
# this step ensures that the children are built with the "release" version, which is used when the "repository_trigger" is sent
Expand Down

0 comments on commit a5e8ddf

Please sign in to comment.