Skip to content

Workflow file for this run

name: OpenSearch Migrations Test
on:
push:
branches:
- 'testing/githuboidc'
jobs:
test:
if: github.repository == 'opensearch-project/opensearch-migrations'
runs-on: ubuntu-latest
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@v3
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.OPENSEARCH_MIGRATIONS_ROLE }}
aws-region: us-east-1
- name: Copy files
run: |

Check failure on line 27 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / OpenSearch Migrations Test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 27, Col: 14): The expression is not closed. An unescaped ${{ sequence was found, but the closing }} sequence was not found.
ls -l
aws version
aws cp ./README.md s3://${{ secrets.OPENSEARCH_MIGRATIONS_S3_TEMP }/temp/}