You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, so I am deploying my arc runners on kubernetes, and for authenticating to github api I am using PAT tokens, now the directory I am in, I wish to commit it to github.
Is there a way I can refer the PAT value to values.yaml file, specifically in:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey, so I am deploying my arc runners on kubernetes, and for authenticating to github api I am using PAT tokens, now the directory I am in, I wish to commit it to github.
Is there a way I can refer the PAT value to values.yaml file, specifically in:
githubConfigSecret:
github_token: "my_pat_token"
where I have stored the PAT value in a txt file.
I am planning to add that txt file to .gitignore.
Beta Was this translation helpful? Give feedback.
All reactions