Skip to content

Commit

Permalink
use OCMBot token for event publishing (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandelsoft authored Apr 26, 2023
1 parent 46feea0 commit 1cd5b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ jobs:
if: inputs.release_candidate == false
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.EVENT_API }}
token: ${{ steps.generate_token.outputs.token }}
repository: open-component-model/ocm-website
event-type: ocm-cli-release
client-payload: '{"tag": "${{ env.RELEASE_VERSION }}"}'

0 comments on commit 1cd5b60

Please sign in to comment.