Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Dec 18, 2024
1 parent b9814b7 commit a395540
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:

# SignFile: ${{ secrets.SIGN_FILE }}
# SignPassword: ${{ secrets.SIGN_PASSWORD }}
SignFile: ${{ secrets.AZURE_KEY_VAULT_FILE }}
SignPassword: ${{ secrets.AZURE_KEY_VAULT_PASSWORD }}
SignFile: ${{ secrets.SIGN_FILE_AZURE }}
SignPassword: ${{ secrets.SIGN_PASSWORD_AZURE }}
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.9.0-beta.8</Version>
<Version>1.9.0-beta.9</Version>
</PropertyGroup>
</Project>
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ To simplify the configuration to sign with `Azure Key Vault` using the same envi
```yml
env:
GitHubToken: ${{ secrets.GITHUB_TOKEN }}
SignFile: ${{ secrets.AZURE_KEY_VAULT_FILE }}
SignPassword: ${{ secrets.AZURE_KEY_VAULT_PASSWORD }}
SignFile: ${{ secrets.SIGN_FILE_AZURE }}
SignPassword: ${{ secrets.SIGN_PASSWORD_AZURE }}
```

##### AZURE_KEY_VAULT_FILE
##### SIGN_FILE_AZURE

The `AZURE_KEY_VAULT_FILE` is a `json` with the base configuration of the certificated in the `Azure Key Vault`:
The `SIGN_FILE_AZURE` is a `json` with the base configuration of the certificated in the `Azure Key Vault`:

```json
{
Expand All @@ -98,9 +98,9 @@ The `AZURE_KEY_VAULT_FILE` is a `json` with the base configuration of the certif

The `TimestampUrl` and `TimestampDigest` are optional.

##### AZURE_KEY_VAULT_PASSWORD
##### SIGN_PASSWORD_AZURE

The `AZURE_KEY_VAULT_PASSWORD` is the `AzureKeyVaultClientSecret` of the `Azure Key Vault` certificate.
The `SIGN_PASSWORD_AZURE` is the `AzureKeyVaultClientSecret` of the `Azure Key Vault` certificate.

### Publish Package Nuget

Expand Down

0 comments on commit a395540

Please sign in to comment.