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 9eb8608 commit 8cb6774Copy full SHA for 8cb6774
.github/workflows/release.yml
@@ -51,4 +51,6 @@ jobs:
51
git checkout -b "$RELEASE_BRANCH"
52
git push origin "$RELEASE_BRANCH"
53
54
- echo "Created release branch: $RELEASE_BRANCH"
+ echo "Created release branch: $RELEASE_BRANCH"shell: /usr/bin/bash -e {0}
55
+ env:
56
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments