DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
DevOps & Deployment Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
easy
DevOps & Deployment
Where should production API tokens be stored for use in GitHub Actions workflows?
A
Inlined as plain text in the main.yml config file
B
In a public config.json file in the repository
C
Under 'Repository Secrets' in the GitHub project settings, accessed via `${{ secrets.NAME }}` in workflows
D
In the local .git folder
Check Answer