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 5106660 commit cabef3eCopy full SHA for cabef3e
.github/workflows/on-release-prod.yml
@@ -14,6 +14,9 @@ jobs:
14
- name: "Checkout"
15
uses: actions/checkout@v3
16
with:
17
+ # Here `token` is needed to avoid incurring in error GH006 Protected Branch Update Failed,
18
+ token: ${{ secrets.GH_PUBLISH_TOKEN }}
19
+ # While `fetch-depth` is used to allow the workflow to later commit & push the changes.
20
fetch-depth: 0
21
#########################
22
# Release new version
0 commit comments