We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a614b61 commit 6323bf8Copy full SHA for 6323bf8
.github/workflows/deploy.yml
@@ -11,12 +11,14 @@ jobs:
11
- name: Checkout private repo
12
uses: actions/checkout@v4
13
with:
14
- repository: your-username/private-repo-name
+ repository: lindenes/configurations
15
token: ${{ secrets.ACCESS_TOKEN }}
16
path: configuration
17
18
- name: checkout config file
19
run: |
20
+ ls ${{ github.workspace }}
21
+ ls configuration/
22
mv configuration/samurai-face-app/config.yaml .
23
24
- name: Login to Docker Hub
0 commit comments