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 6b36e1e commit 74125f9Copy full SHA for 74125f9
.github/workflows/changelog_update.yml
@@ -18,10 +18,6 @@ jobs:
18
token: ${{ secrets.AIDUDEZZ_BOT_TOKEN }}
19
20
- name: Commit files
21
- env:
22
- CI_USER: ${{ secrets.AIDUDEZZZ_BOT_USER }}
23
- CI_EMAIL: ${{ secrets.AIDUDEZZZ_BOT_EMAIL }}
24
- ACTIONS_ALLOW_UNSECURE_COMMANDS: true
25
run: |
26
git config --local user.email ${{ secrets.AIDUDEZZZ_BOT_EMAIL }}
27
git config --local user.name ${{ secrets.AIDUDEZZZ_BOT_USER }}
0 commit comments