Skip to content

Commit e95a2f7

Browse files
authored
👷 Update Latest Changes GitHub Action (#119)
1 parent ce6688f commit e95a2f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/latest-changes.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v2
20+
with:
21+
# To allow latest-changes to commit to master
22+
token: ${{ secrets.ACTIONS_TOKEN }}
2023
- uses: docker://tiangolo/latest-changes:0.0.3
2124
with:
2225
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)