kneemaa / github-action-rotate-aws-secrets

Github Action to rotate AWS Access Keys stored in a repositories secrets
MIT License
37 stars 19 forks source link

Setting GITHUB_TOKEN does not work #4

Closed marcohutzsch1234 closed 3 years ago

marcohutzsch1234 commented 4 years ago

I tried it this action and was wondering why it is working locally but not in github actions.

Changing the value of GITHUB_TOKEN does not work:

https://docs.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables#naming-conventions-for-environment-variables

Will create a PR for fixing this.

marcohutzsch1234 commented 3 years ago

fixed with merge of PR