Skip to content

test

test #1

Workflow file for this run

name: AWS
on:
push:
branches:
- aws-pipeline
workflow_dispatch:
permissions:
id-token: write
contents: read
env:
AWS_REGION: "ca-central-1"
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::863615190391:role/slalombuild-github-pipeline
aws-region: ca-central-1
- name: Hello world
run: aws s3 ls