Skip to content

Commit d4c3d7e

Browse files
committed
fix: remove full release output
1 parent 15f10e6 commit d4c3d7e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,17 +109,17 @@ jobs:
109109
### Usage
110110
111111
```yaml
112-
- uses: auths-dev/verify@${{ github.ref_name }}
112+
- uses: auths-dev/verify@v1
113113
with:
114-
identity: '.auths/allowed_signers'
114+
token: '.auths/allowed_signers'
115115
```
116116
117117
**New: Artifact verification**
118118
```yaml
119-
- uses: auths-dev/verify@${{ github.ref_name }}
119+
- uses: auths-dev/verify@v1
120120
with:
121-
identity: ${{ secrets.AUTHS_IDENTITY_BUNDLE }}
122-
artifact-paths: 'dist/*.tar.gz'
121+
token: $\{{ secrets.AUTHS_CI_TOKEN }}
122+
files: 'dist/*.tar.gz'
123123
```
124124
125125
See the [README](https://github.com/auths-dev/verify#readme) for full configuration options.

0 commit comments

Comments
 (0)