Commit a3d1702
committed
Bugfix: pages build action fails on dependabot PR merge
Why:
The Dependabot GITHUB_TOKEN is readonly and it doesn't have permissions
to write to kroxylicious when it tries to push ghpages. Instead we use
a PAT to checkout/push which has read/write perms.
Signed-off-by: Robert Young <robeyoun@redhat.com>1 parent 4800a50 commit a3d1702
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
0 commit comments