#github-actions (2021-02)

Discussions related to GitHub Actions

2021-02-03

Darren Cunningham avatar
Darren Cunningham

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

Darren Cunningham avatar
Darren Cunningham

sorry I know that’s a pretty generic question, but there’s not a lot that I can show that would add value

Darren Cunningham avatar
Darren Cunningham

not a GitHub Actions + Docker issue … it’s an npm issue that somehow I’m not able to replicate locally

Mohammed Yahya avatar
Mohammed Yahya
sindresorhus/refined-github

Browser extension that simplifies the GitHub interface and adds useful features - sindresorhus/refined-github

2021-02-09

Darren Cunningham avatar
Darren Cunningham

GitHub Actions is skipping an output because it may contain a secret….anybody ran into this and have a workaround?

Darren Cunningham avatar
Darren Cunningham

Skip output 'image' since it may contain secret.

jamie avatar

I base64 encode the output that contains secrets and then decode it in the place it gets used

2021-02-11

Mohammed Yahya avatar
Mohammed Yahya
GitHub1s

One second to read GitHub code with VS Code

    keyboard_arrow_up