use a PAT to allow other workflow to trigger
This commit is contained in:
@@ -17,6 +17,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.PAT }}
|
||||||
|
|
||||||
- name: Fetch release version
|
- name: Fetch release version
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user