Skip to content

Commit

Permalink
Test using variables to get org name / repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
F-WRunTime committed Jun 12, 2024
1 parent 741f39f commit 7a51acf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lido-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"branch_name": "'"${{ github.event.pull_request.head.sha || github.sha }}"'",
"extra_args": "script",
"statuses_sha": "'$sha'",
"org": "runtimeverification",
"repository": "_audits_lidofinance_dual-governance_fork",
"org": "${{ github.repository_owner }}",
"repository": "${{ github.event.repository.name }}",
"auth_token": "'"${{ secrets.LIDO_STATUS_TOKEN }}"'"
}
}')
Expand Down

0 comments on commit 7a51acf

Please sign in to comment.