Add key for checkout
This commit is contained in:
4
.github/workflows/caprover.yml
vendored
4
.github/workflows/caprover.yml
vendored
@@ -10,6 +10,8 @@ jobs:
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.GH_ACCESS_TOKEN }}
|
||||
- name: Build and test your app (customize as needed)
|
||||
run: |
|
||||
# Add your build and test commands here
|
||||
@@ -24,7 +26,7 @@ jobs:
|
||||
cwd: "./"
|
||||
files: |
|
||||
scripts/build_and_run.sh
|
||||
|
||||
|
||||
captain-definition
|
||||
outPath: deploy.tar
|
||||
- name: Deploy App to CapRover
|
||||
|
||||
Reference in New Issue
Block a user