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
Secrets are project-scoped and can be managed (created/updated/deleted) only by project admins. Regular users can then reference the secrets in run configurations via ${{ secrets.NAME }}. Project-level secrets allow centralized credential management and such.