We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eea0ec commit 11ff894Copy full SHA for 11ff894
.github/workflows/deploy-to-caprover.yml
@@ -21,7 +21,7 @@ jobs:
21
registry: docker.pkg.github.com
22
repository: dankore/deploy-to-caprover-using-github-actions/deploy-to-caprover-using-github-actions
23
tag_with_ref: true
24
- # DEPLOY TO CAPROVER. SECRETS STORED IN https://github.com/settings/tokens
+ # DEPLOY TO CAPROVER. SECRETS STORED IN https://github.com/YOUR-USERNAME/deploy-to-caprover-using-github-actions/settings/secrets/actions
25
- name: Deploy image
26
uses: stardustventures/caprover-deploy@v2
27
with:
0 commit comments