Skip to content

Commit

Permalink
Update porttest.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hadar-co authored Sep 4, 2023
1 parent 66f0043 commit ed9d418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/porttest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Create a log message
uses: port-labs/port-github-action@v1
with:
clientId: ${{ secrets.CLIENT_ID }}
clientSecret: ${{ secrets.CLIENT_SECRET }}
clientId: ${{ secrets.PORT_CLIENT_ID }}
clientSecret: ${{ secrets.PORT_CLIENT_SECRET }}
operation: PATCH_RUN
runId: ${{fromJson(inputs.port_payload).context.runId}}
logMessage: An example of a log message

0 comments on commit ed9d418

Please sign in to comment.