We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f24d888 commit aae1245Copy full SHA for aae1245
.github/workflows/release.yml
@@ -25,12 +25,6 @@ jobs:
25
steps:
26
- uses: nearform-actions/optic-release-automation-action@v4
27
with:
28
- npm-token: >-
29
- ${{ secrets[format('NPM_TOKEN_{0}', github.actor)] ||
30
- secrets.NPM_TOKEN }}
31
- optic-token: >-
32
- ${{ secrets[format('OPTIC_TOKEN_{0}', github.actor)] ||
33
- secrets.OPTIC_TOKEN }}
+ publish-mode: oidc
34
semver: ${{ github.event.inputs.semver }}
35
commit-message: 'chore: release {version}'
36
- provenance: true
0 commit comments