We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a973a commit f3ebdbbCopy full SHA for f3ebdbb
.github/workflows/python-package.yml
@@ -35,6 +35,7 @@ jobs:
35
env:
36
OCP_TOKEN: ${{ secrets.OCP_TOKEN }}
37
OCP_SERVER: ${{ secrets.OCP_SERVER }}
38
+ SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}
39
run: |
40
kubectl config set-cluster my-cluster --server=$OCP_SERVER
41
kubectl config set-credentials my-user --token=$OCP_TOKEN
0 commit comments