Skip to content

Commit

Permalink
docs: fix example formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ilfa authored Oct 20, 2023
1 parent 96f5287 commit 5171f8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,9 @@ on:
jobs:
release-workflow:
uses: fingerprintjs/dx-team-toolkit/.github/workflows/release-typescript-project.yml@v1
secrets:
GH_RELEASE_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
secrets:
GH_RELEASE_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
```

In this example, the workflow is triggered on a push event to the `main` or `test` branches. The secrets are
Expand Down

0 comments on commit 5171f8a

Please sign in to comment.