Create Release Blog Post #2
create-release-post.yml
on: workflow_dispatch
create-post
38s
Annotations
1 error
|
create-post
GITHUB_TOKEN is not configured. Make sure you made it available to your action
uses: gr2m/create-or-update-pull-request-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|