use a PAT to allow other workflow to trigger

This commit is contained in:
Robert Dyer
2024-12-13 11:42:15 -06:00
parent 64c4866962
commit fdc522d809
+2
View File
@@ -17,6 +17,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
token: ${{ secrets.PAT }}
- name: Fetch release version
run: |