Skip to content

Commit 529a662

Browse files
authored
chore: temporary attempt at publishing with new version of release action
1 parent 87ce485 commit 529a662

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
id-token: write
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: nearform-actions/optic-release-automation-action@v4
26+
- uses: msgadi/optic-release-automation-action@feat/adding-alternate-otp-flow
2727
with:
2828
github-token: ${{ secrets.github_token }}
2929
npm-token: >-
@@ -32,6 +32,7 @@ jobs:
3232
optic-token: >-
3333
${{ secrets[format('OPTIC_TOKEN_{0}', github.actor)] ||
3434
secrets.OPTIC_TOKEN }}
35+
ngrok-token: ${{ secrets.NGROK_TOKEN }}
3536
semver: ${{ github.event.inputs.semver }}
3637
build-command: |
3738
npm install

0 commit comments

Comments
 (0)