aws-eventbridge-action
ActionsTags
(2)Warning
This project is no longer active.
Send events to AWS EventBridge from your GitHub Action workflow.
See action.yml for a detailed list of inputs and outputs.
- uses: articulate/aws-eventbridge-action@v2
with:
event-bus-name: my-bus-name-or-arn
source: github.actions
detail-type: ci
detail: ${{ toJSON(github.event) }}
To send events, you'll need to configure AWS credentials. You can either set
environment variables AWS_ACCESS_KEY_ID
, AWS_SECRET_ACCESS_KEY
, and optionally
AWS_SESSION_TOKEN
. Or we recommend using aws-actions/configure-aws-credentials.
See CONTRIBUTING for more information
aws-eventbridge-action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.
Tags
(2)aws-eventbridge-action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.