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