Skip to content

Commit

Permalink
Set the BOT PAT as github token on checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
penguineer committed Mar 20, 2023
1 parent 816af15 commit 0131ab1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-serial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 2
persist-credentials: false
env:
GITHUB_TOKEN: ${{ secrets.BOT_PAT }}
- name: "Check if zone file has been changed"
id: check-for-change
run: |
Expand Down

0 comments on commit 0131ab1

Please sign in to comment.