#github-actions (2021-02)
Discussions related to GitHub Actions
2021-02-03
Is anybody using Docker image w/volume mounts as part of their GitHub Workflows?
I’m getting permission denied issues in my workflows that have been working fine for weeks (months) without any change to the workflow/image and starting yesterday they’re blowing up.
I’ve contacted GitHub support but figured I’d ask here incase others have seen this and worked around it
sorry I know that’s a pretty generic question, but there’s not a lot that I can show that would add value
not a GitHub Actions + Docker issue … it’s an npm
issue that somehow I’m not able to replicate locally
Browser extension that simplifies the GitHub interface and adds useful features - sindresorhus/refined-github
2021-02-09
GitHub Actions is skipping an output because it may contain a secret….anybody ran into this and have a workaround?
Skip output 'image' since it may contain secret.
I base64 encode the output that contains secrets and then decode it in the place it gets used
2021-02-11
One second to read GitHub code with VS Code