Skip to content

Commit

Permalink
Include PAT in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ejrcarr committed Feb 2, 2024
1 parent 055ae0e commit babf3dc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/update-readme.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: update-readme
run-name: ${{ github.actor }} is updating README.md
on: [push]
on:
push:
branches:
- main
paths-ignore:
- 'README.md'
- 'problems.json'

jobs:
update-readme:
Expand All @@ -9,6 +15,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
token: ${{ secrets.WORKFLOW_GIT_ACCESS_TOKEN }}

- name: Set up Python
uses: actions/setup-python@v2
Expand Down

0 comments on commit babf3dc

Please sign in to comment.