Skip to content

Commit 4305e44

Browse files
committed
fix: add GH_TOKEN env var to k8s apply
1 parent 4f2fb2b commit 4305e44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/k8s_apply.yml

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ permissions:
99
contents: read
1010
actions: read
1111

12+
env:
13+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
14+
1215
jobs:
1316
k8-apply:
1417
name: 'K8: Apply'

0 commit comments

Comments
 (0)