Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Atotti committed Nov 14, 2023
1 parent 71d259b commit 2b3261c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Update-progress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
description: "Purpose to manually run"
required: true
default: "test"

permissions: write-all
jobs:
update:
name: Update
Expand All @@ -38,7 +38,7 @@ jobs:
python .automation/make_progress.py
- name: Commit ${{ env.FILE_NAME }}
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
Expand Down

0 comments on commit 2b3261c

Please sign in to comment.