Skip to content

updated build spec, added basic github action to test #1

updated build spec, added basic github action to test

updated build spec, added basic github action to test #1

Workflow file for this run

on:
push
jobs:
# Configure AWS credentials
- name: Configure AWS Credentials

Check failure on line 7 in .github/workflows/dhcp-testing.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dhcp-testing.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
uses: aws-actions/configure-aws-credentials@v2
with:
aws-region: eu-west-2
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
role-session-name: GitHubWorkflow
- name: Sts GetCallerIdentity
run: |
aws sts get-caller-identity