UPS-4877 remove name from grouppass search #381
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: Publish release notes documentation | |
on: | |
push: | |
workflow_dispatch: | |
jobs: | |
publish: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Publish | |
uses: ./.github/actions/stoplight-push | |
with: | |
name: release-notes | |
token: ${{ secrets.CI_TOKEN_RELEASE_NOTES }} | |
event: ${{ github.event_name }} |