Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions actions/setup-gap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

> setup github actions proxy

## Testing

Any development on this action needs to sufficiently tested before merging. We
have a workflow configured to test some basic use-cases for the setup-gap
action.

You can workflow dispatch that workflow here:
https://github.com/smartcontractkit/releng-test/actions/workflows/setup-gap-test.yml

Or you can run the following to dispatch it using the `gh` CLI.

```
echo '{"dot-github-ref": "<YOUR FEATURE BRANCH>"}' | gh workflow run --repo smartcontractkit/releng-test --ref main setup-gap-test.yml --json
```

## Certificate Authorities

The contents of ./aws-ca.crt are pulled from the PEM files on the
Expand Down
Loading