There was an error while loading. Please reload this page.
1 parent 87ce485 commit 529a662Copy full SHA for 529a662
1 file changed
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
id-token: write
24
runs-on: ubuntu-latest
25
steps:
26
- - uses: nearform-actions/optic-release-automation-action@v4
+ - uses: msgadi/optic-release-automation-action@feat/adding-alternate-otp-flow
27
with:
28
github-token: ${{ secrets.github_token }}
29
npm-token: >-
@@ -32,6 +32,7 @@ jobs:
32
optic-token: >-
33
${{ secrets[format('OPTIC_TOKEN_{0}', github.actor)] ||
34
secrets.OPTIC_TOKEN }}
35
+ ngrok-token: ${{ secrets.NGROK_TOKEN }}
36
semver: ${{ github.event.inputs.semver }}
37
build-command: |
38
npm install
0 commit comments