Skip to content

Commit b4fdffe

Browse files
authored
Merge pull request #11 from auths-dev/dev-verifyArtifact
refactor: rename to /verify
2 parents e1be2cd + c03a581 commit b4fdffe

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
if: hashFiles('dist/index.js.auths.json') != ''
8181
uses: ./
8282
with:
83-
identity-bundle-json: ${{ secrets.AUTHS_CI_IDENTITY_BUNDLE_JSON }}
83+
identity: ${{ secrets.AUTHS_CI_IDENTITY_BUNDLE_JSON }}
8484
artifact-paths: 'dist/index.js'
8585
fail-on-unattested: true
8686
fail-on-unsigned: false
@@ -110,20 +110,20 @@ jobs:
110110
### Usage
111111
112112
```yaml
113-
- uses: auths-dev/auths-verify-github-action@${{ github.ref_name }}
113+
- uses: auths-dev/verify@${{ github.ref_name }}
114114
with:
115-
allowed-signers: '.auths/allowed_signers'
115+
identity: '.auths/allowed_signers'
116116
```
117117
118118
**New: Artifact verification**
119119
```yaml
120-
- uses: auths-dev/auths-verify-github-action@${{ github.ref_name }}
120+
- uses: auths-dev/verify@${{ github.ref_name }}
121121
with:
122-
identity-bundle: ${{ secrets.AUTHS_IDENTITY_BUNDLE }}
122+
identity: ${{ secrets.AUTHS_IDENTITY_BUNDLE }}
123123
artifact-paths: 'dist/*.tar.gz'
124124
```
125125
126-
See the [README](https://github.com/auths-dev/auths-verify-github-action#readme) for full configuration options.
126+
See the [README](https://github.com/auths-dev/verify#readme) for full configuration options.
127127
128128
- name: Update floating major tag
129129
run: |

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auths/verify-action",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "GitHub Action to verify commit signatures using Auths identity keys",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)