Skip to content

Commit

Permalink
Remove hard-coded repository URL
Browse files Browse the repository at this point in the history
Use `github.repository` to get the repository name instead of hard-coding it.
  • Loading branch information
martincostello committed Oct 31, 2023
1 parent 328d684 commit 9d5218b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
--application-name "Polly"
--publisher-name "App vNext"
--description "Polly"
--description-url "https://github.com/App-vNext/Polly"
--description-url "https://github.com/${{ github.repository }}"
--azure-key-vault-certificate "${{ secrets.SIGN_CLI_CERT_NAME }}"
--azure-key-vault-client-id "${{ secrets.SIGN_CLI_APPLICATION_ID }}"
--azure-key-vault-client-secret "${{ secrets.SIGN_CLI_SECRET }}"
Expand Down

0 comments on commit 9d5218b

Please sign in to comment.