fix(deps): update github.com/opiproject/opi-api digest to 00e9f8d #82
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release Please | |
on: | |
workflow_dispatch: | |
push: | |
branches: [ "main" ] | |
permissions: | |
contents: write | |
pull-requests: write | |
jobs: | |
call: | |
uses: opiproject/actions/.github/workflows/release-please.yml@main | |
secrets: inherit |