Skip to content

Commit

Permalink
attempt fix migrate action
Browse files Browse the repository at this point in the history
  • Loading branch information
kadamidev committed Dec 27, 2024
1 parent 7deda97 commit 5a4f413
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/run-migrations-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ jobs:
uses: unfor19/install-aws-cli-action@v1
with:
version: 1
working_dir: ${{ runner.temp }}/aws_cli_install
root_dir: ${{ runner.temp }}/aws_cli
install_dir: ${{ runner.temp }}/aws

- name: Add AWS tools to PATH
run: |
echo "${{ runner.temp }}/aws/bin" >> $GITHUB_PATH
echo "${{ runner.temp }}/aws_cli/bin" >> $GITHUB_PATH
- uses: prepor/action-aws-iam-authenticator@master
- run: aws-iam-authenticator version
Expand Down

0 comments on commit 5a4f413

Please sign in to comment.