Need to use a PAT for protected branch

This commit is contained in:
shamoon 2025-03-22 23:38:55 -07:00
parent 0980e4a3b6
commit 56673256a8
No known key found for this signature in database

View File

@ -13,6 +13,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
token: ${{ secrets.PNGX_BOT_PAT }}
ref: ${{ github.head_ref }}
- name: Set up Python
id: setup-python