Open SaschaMann opened 2 years ago
nice info thanks
@SaschaMann I would Like to work on this, can you assign me ?
@SaschaMann Initially I did not have much understanding of GitHub workflows and everything but after reading on it now I get what the article says
Just putting here for confirmation: In all the caller flows, I have to add secrets: inherit
right?
@ErikSchierboom might be able to help you out, I'm not really active in this project anymore
@ErikSchierboom can you verify?
That is correct. I think there's just one location where this can be applied: https://github.com/exercism/org-wide-files/blob/main/tooling-files/.github/workflows/deploy.yml
We'd need to rename some settings for it to work at https://github.com/exercism/snippet-extractor/blob/main/.github/workflows/deploy.yml
just for clarificationL: why do we need to rename settings at https://github.com/exercism/snippet-extractor/blob/main/.github/workflows/deploy.yml
Because they use different names:
AWS_ECR_ACCESS_KEY_ID: ${{secrets.AWS_LAMBDA_ACCESS_KEY_ID}}
Hi, is this still useful and yet to be picked up? I have some time I can contribute to this issue with.
I'm not entirely sure we want this. I sort of like the explicitness of the current setup.
https://github.blog/changelog/2022-05-03-github-actions-simplify-using-secrets-with-reusable-workflows/