We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f10e6 commit d4c3d7eCopy full SHA for d4c3d7e
1 file changed
.github/workflows/release.yml
@@ -109,17 +109,17 @@ jobs:
109
### Usage
110
111
```yaml
112
- - uses: auths-dev/verify@${{ github.ref_name }}
+ - uses: auths-dev/verify@v1
113
with:
114
- identity: '.auths/allowed_signers'
+ token: '.auths/allowed_signers'
115
```
116
117
**New: Artifact verification**
118
119
120
121
- identity: ${{ secrets.AUTHS_IDENTITY_BUNDLE }}
122
- artifact-paths: 'dist/*.tar.gz'
+ token: $\{{ secrets.AUTHS_CI_TOKEN }}
+ files: 'dist/*.tar.gz'
123
124
125
See the [README](https://github.com/auths-dev/verify#readme) for full configuration options.
0 commit comments