We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49cba32 commit 5da410eCopy full SHA for 5da410e
.github/workflows/release.yaml
@@ -39,7 +39,7 @@ jobs:
39
- name: Create release
40
uses: ncipollo/release-action@v1
41
with:
42
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.GH_TOKEN }}
43
commit: ${{ github.event.pull_request.merge_commit_sha }}
44
tag: ${{ env.RELEASE_VERSION }}
45
name: ${{ env.RELEASE_VERSION }}
@@ -50,7 +50,7 @@ jobs:
50
- name: Create merge PR ${{ github.event.pull_request.head.ref }} -> ${{ env.BRANCH_DEVELOP }}
51
uses: peter-evans/create-pull-request@v4
52
53
54
base: ${{ env.BRANCH_DEVELOP }}
55
branch: ${{ github.event.pull_request.head.ref }}
56
delete-branch: false
0 commit comments