Skip to content

Commit

Permalink
Update release.yml (#1839)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPulman authored Sep 22, 2024
1 parent cdc7b13 commit 2978e37
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
srcFolder: "./"
installWorkflows: false
secrets:
SIGN_CLIENT_USER_ID: ${{ secrets.SIGN_CLIENT_USER_ID }}
SIGN_CLIENT_SECRET: ${{ secrets.SIGN_CLIENT_SECRET }}
SIGN_CLIENT_CONFIG: ${{ secrets.SIGN_CLIENT_CONFIG }}
SIGN_ACCOUNT_NAME: ${{ secrets.SIGN_ACCOUNT_NAME }}
SIGN_PROFILE_NAME: ${{ secrets.SIGN_PROFILE_NAME }}
AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}

0 comments on commit 2978e37

Please sign in to comment.