Add key for checkout
This commit is contained in:
2
.github/workflows/caprover.yml
vendored
2
.github/workflows/caprover.yml
vendored
@@ -10,6 +10,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GH_ACCESS_TOKEN }}
|
||||||
- name: Build and test your app (customize as needed)
|
- name: Build and test your app (customize as needed)
|
||||||
run: |
|
run: |
|
||||||
# Add your build and test commands here
|
# Add your build and test commands here
|
||||||
|
|||||||
Reference in New Issue
Block a user