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 8370352 commit ca0c993Copy full SHA for ca0c993
1 file changed
.github/workflows/autoupdate_develop.yaml
@@ -17,6 +17,8 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- uses: actions/checkout@v4
20
+ with:
21
+ token: ${{ secrets.REPO_PUSH_TOKEN }}
22
- name: Merge master back to develop
23
run: |
24
git config --local user.email "actions@github.com"
0 commit comments