Skip to content

Commit

Permalink
fix(README): recommend using persist-credentials: false for actions…
Browse files Browse the repository at this point in the history
…/checkout
gr2m authored Jul 28, 2021
1 parent 6efcb84 commit 8d7ac74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -17,7 +17,9 @@ jobs:
update_routes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2
with:
persist-credentials: false
- run: "date > datetime.txt" # create or update a test.txt file
- uses: gr2m/create-or-update-pull-request-action@v1
env:

0 comments on commit 8d7ac74

Please sign in to comment.