Christoph Gysin

Results 17 issues of Christoph Gysin

Currently there are two ways how to pass credentials: * OIDC * GitHub Secrets In our current environment, we have runners backed by EC2 instances that already provide AWS credentials....

``` $ time sudo rmmod applespi real 6m40.507s user 0m0.011s sys 0m0.013s ``` ``` $ dmesg [ 7986.828264] INFO: task rmmod:10565 blocked for more than 120 seconds. [ 7986.828280] Tainted:...

See also: https://github.com/jmespath/jmespath.py/blob/develop/CHANGELOG.rst

I have a simple application that I would like to deploy in two stages to a `dev` and a `prod` account. The generated workflow creates asset publishing jobs that try...

`set-env` [has been deprecated](https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands) As a workaround, one can set: `ACTIONS_ALLOW_UNSECURE_COMMANDS: true`. A better approach would be to use [Environment files](https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#environment-files) instead.