This commit is contained in:
parent
89284c06ac
commit
90c6f17df0
@ -10,10 +10,16 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
|
echo "pwd"
|
||||||
pwd
|
pwd
|
||||||
ls /
|
echo
|
||||||
|
|
||||||
|
echo "ls /var/run"
|
||||||
ls /var/run
|
ls /var/run
|
||||||
ls /var/run/secrets/kubernets.io/serviceaccount
|
echo
|
||||||
|
|
||||||
|
echo "ls /var/run/..."
|
||||||
|
ls /var/run/secrets/kubernetes.io/serviceaccount
|
||||||
# https://github.com/marketplace/actions/generate-oidc-jwt
|
# https://github.com/marketplace/actions/generate-oidc-jwt
|
||||||
- name: Import Secrets
|
- name: Import Secrets
|
||||||
id: import-secrets
|
id: import-secrets
|
||||||
|
Loading…
x
Reference in New Issue
Block a user