Skip to content

Merge pull request #259 from brave/renovate/actions-checkout-4-x #352

Merge pull request #259 from brave/renovate/actions-checkout-4-x

Merge pull request #259 from brave/renovate/actions-checkout-4-x #352

Workflow file for this run

name: Generalized Deployments
on:
push:
branches:
- master
- staging
jobs:
push:
name: Invoke General Docker Build Pipeline
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- name: Checkout
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
with:
role-to-assume: ${{ secrets.GDBP_AWS_IAM_ROLE_ARN }}
aws-region: us-west-2
- name: Generalized Deployments
uses: brave-intl/general-docker-build-pipeline-action@50a99c1f051b1d8e20ed79ded2e69ab3153b66e4 # v1.0.25