Merge pull request #115 from actions/pat-instead-of-github-token

Update rebuilding workflow to utilize an org-owned PAT
This commit is contained in:
James M. Greene
2023-02-14 12:23:13 -06:00
committed by GitHub

View File

@@ -20,6 +20,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.PAGES_AUTOMATION_PAT }}
- name: Setup Node.JS
uses: actions/setup-node@v3