🔨 Fallsback to auto auth when PAT not set (#321)

This commit is contained in:
Alicia Sykes
2021-11-07 15:33:45 +00:00
parent c5dea1e1df
commit 807112c0de
6 changed files with 8 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ jobs:
- name: Yarn Lock Changes
uses: Simek/yarn-lock-changes@main
with:
token: ${{ secrets.BOT_GITHUB_TOKEN }}
token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
collapsibleThreshold: '25'
failOnDowngrade: 'false'
path: 'yarn.lock'