envoyproxy / envoyproxy/xds-relay
Remove ACTIONS_ALLOW_UNSECURE_COMMANDS from github actions
Open
good first issue
- Dominant language
- Go
- Stars
- 135
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
We added `ACTIONS_ALLOW_UNSECURE_COMMANDS` [here](https://github.com/envoyproxy/xds-relay/blob/master/.github/workflows/api.yml#L17), [here](https://github.com/envoyproxy/xds-relay/blob/master/.github/workflows/common.yml#L12), [here](https://github.com/envoyproxy/xds-relay/blob/master/.github/workflows/end2end-tests.yml#L11) and [here](https://github.com/envoyproxy/xds-relay/blob/master/.github/workflows/integration-tests.yml#L10) to let CI pass. github actions do not allow env variables anymore. We should remove them when possible.
Contributor guide
Assessment
This issue has not been assessed yet.