Skip to content

Commit

Permalink
removed permit for unsecure commands
Browse files Browse the repository at this point in the history
  • Loading branch information
veds12 authored and KelvinYang0320 committed Dec 9, 2022
1 parent 6b36e1e commit 74125f9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/changelog_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
token: ${{ secrets.AIDUDEZZ_BOT_TOKEN }}

- name: Commit files
env:
CI_USER: ${{ secrets.AIDUDEZZZ_BOT_USER }}
CI_EMAIL: ${{ secrets.AIDUDEZZZ_BOT_EMAIL }}
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
run: |
git config --local user.email ${{ secrets.AIDUDEZZZ_BOT_EMAIL }}
git config --local user.name ${{ secrets.AIDUDEZZZ_BOT_USER }}
Expand Down

0 comments on commit 74125f9

Please sign in to comment.