Skip to content

Commit f721606

Browse files
committed
fix: add GH_TOKEN env
1 parent a16e69d commit f721606

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/k8s_edit.yml

Lines changed: 3 additions & 0 deletions
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-edit:
1417
name: 'K8: Edit'

0 commit comments

Comments
 (0)