Skip to content

Instantly share code, notes, and snippets.

View schosterbarak's full-sized avatar
🦌

Barak Schoster Goihman schosterbarak

🦌
View GitHub Profile
name: AWS example workflow
on:
push
env:
BUCKET_NAME : "<example-bucket-name>"
AWS_REGION : "<example-aws-region>"
# permission can be added at job level or workflow level
permissions:
id-token: write
contents: read # This is required for actions/checkout