action-get-latest-tag icon indicating copy to clipboard operation
action-get-latest-tag copied to clipboard

Resolve failing file permissions

Open alehechka opened this issue 2 years ago • 0 comments

What this PR does / Why we need it

Due to a recent security update, Docker image GHA runs no longer are provided permissions to checked out repos.

This PR converts this GHA from a Docker image run to a composite run. This allows the bash script to be run in-place in the GHA environment, allowing it the same permissions as the environment.

It also cuts down on GHA time usage due to not having to build the Docker image on runs.

Here is an example of a successful run with these changes: https://github.com/dmsi-io/gha-prep-release/actions/runs/2270648602

Which issue(s) this PR fixes

Fixes #

alehechka avatar May 04 '22 15:05 alehechka