We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ecb437 commit 381aba6Copy full SHA for 381aba6
.github/workflows/publish.yaml
@@ -18,7 +18,6 @@ jobs:
18
19
permissions:
20
contents: read
21
- pages: write
22
23
defaults:
24
run:
@@ -27,8 +26,7 @@ jobs:
27
26
- name: Checkout docs
28
uses: actions/checkout@v4
29
with:
30
- # TODO: change this to mindersec/minder once it is moved.
31
- repository: stacklok/minder
+ repository: mindersec/minder
32
33
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
34
0 commit comments