Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix chocolatey deploy #1460

Merged
merged 1 commit into from
Nov 4, 2022
Merged

fix chocolatey deploy #1460

merged 1 commit into from
Nov 4, 2022

Conversation

mathnogueira
Copy link
Member

This PR fixes the CI for deploying the chocolatey package to our internal choco server

Fixes

  • Wrong shell being used in the workflow

Checklist

  • tested locally
  • added new dependencies
  • updated the docs
  • added a test

@@ -293,6 +296,6 @@ jobs:
choco apikey --key $CHOCOLATEY_API_KEY --source $CHOCOLATEY_REPO
choco push tracetest.$PACKAGE_VERSION.nupkg --source $CHOCOLATEY_REPO
env:
CHOCOLATEY_API_KEY: ${{ secrets.CHOCOLATEY_API_KEY }}
CHOCOLATEY_API_KEY: ${{ secrets.COMMOM_CHOCO_API_KEY }}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an organization secret

@mathnogueira mathnogueira merged commit f914288 into main Nov 4, 2022
@mathnogueira mathnogueira deleted the fix/chocolatey-deploy branch November 4, 2022 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants