Skip to content

CI fails for PRs from forks on extension repo #388

@rursprung

Description

@rursprung

it seems that with the new AWS credentials setup introduced by @jandroav CI always fails if PRs come from a fork.

example failure: https://github.com/liquibase/liquibase-opensearch/actions/runs/17205443794/job/48804915473?pr=170

Run aws-actions/configure-aws-credentials@v4
Error: Credentials could not be loaded, please check your action inputs: Could not load credentials from any providers

this step fails:

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.LIQUIBASE_VAULT_OIDC_ROLE_ARN }}
aws-region: us-east-1

contributions from a fork really should be possible, otherwise you lose out on help from others!

CC @filipelautert

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions