nerdexam
GitHub

GITHUB-ACTIONS · Question #45

What is the recommended approach for storing secrets larger than 48 KB?

You've hit your limit · resets 1pm (America/New_York)

GitHub Actions - Security and Secrets

Question

What is the recommended approach for storing secrets larger than 48 KB?

Options

  • Aencrypt and store secrets in the repository but keep the decryption passphrase as a secret
  • Bsecrets larger than 48 KB cannot be stored
  • Cavoid storing large secrets entirely to ensure security
  • Dstore large secrets directly as repository secrets to avoid limitations

Explanation

You've hit your limit · resets 1pm (America/New_York)

Topics

#secrets management#secret size limits#encryption#repository secrets

Community Discussion

No community discussion yet for this question.

Full GITHUB-ACTIONS Practice