Skip to content

Commit

Permalink
Update README.md (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdusek authored Oct 21, 2024
1 parent 5341d67 commit 114e7e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ on:

jobs:
get_values:
uses: apify/workflows/.github/workflows/get_values.yaml
uses: apify/workflows/.github/workflows/get_values.yaml@main

build:
needs: get_values
uses: apify/workflows/.github/workflows/build_docker_image_and_push_to_ecr.yaml
uses: apify/workflows/.github/workflows/build_docker_image_and_push_to_ecr.yaml@main
secrets:
awsAccessKeyId: ${{ secrets.AWS_ACCESS_KEY_ID }}
awsSecretAccessKey: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 114e7e1

Please sign in to comment.