We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a3d05b commit 2b3139bCopy full SHA for 2b3139b
.github/workflows/site.yml
@@ -24,4 +24,5 @@ jobs:
24
if: github.ref == 'refs/heads/master'
25
with:
26
publish_dir: ./site/public
27
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
28
+ cname: kubeconform.mandragor.org
0 commit comments