Skip to content

Commit

Permalink
👷 Update Latest Changes GitHub Action (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Sep 17, 2021
1 parent 8fdea8f commit f28e0f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/latest-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
# To allow latest-changes to commit to master
token: ${{ secrets.ACTIONS_TOKEN }}
- uses: docker://tiangolo/latest-changes:0.0.3
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f28e0f3

Please sign in to comment.