fun fact: all of the following are equivalent and valid in GitHub Actions:

secrets.github_token
secrets.GITHUB_TOKEN
secrets['github_token']
secrets['GITHUB_TOKEN']
secrets[format('{}', 'GITHUB_TOKEN')]

....and this is true for all contexts and all context identifiers, not just `secrets`. a lot of tools don't expect this, or handle it particularly well!

0

If you have a fediverse account, you can quote this note from your own instance. Search https://infosec.exchange/users/yossarian/statuses/114643432346993714 on your instance and quote it. (Note that quoting is not supported in Mastodon.)