From 2b08802daa10ff8e4d2cf73bb0aa7f020c620751 Mon Sep 17 00:00:00 2001 From: donrestarone Date: Sat, 30 Nov 2024 14:48:12 -0500 Subject: [PATCH] fix github action name --- .github/workflows/deploy.yml | 2 +- .github/workflows/dokku-clean-review-apps.yml | 2 +- .github/workflows/dokku-deploy.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 94dcd78d7..d16a13088 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -58,7 +58,7 @@ jobs: with: node-version: 14.x - name: Add public IP to AWS security group - uses: uxxman/aws-security-group-add-ip-action@patch-1 + uses: sohelamin/aws-security-group-add-ip-action@master with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} diff --git a/.github/workflows/dokku-clean-review-apps.yml b/.github/workflows/dokku-clean-review-apps.yml index 30602f1f9..26217e843 100644 --- a/.github/workflows/dokku-clean-review-apps.yml +++ b/.github/workflows/dokku-clean-review-apps.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Add public IP to AWS security group - uses: sohelamin/aws-security-group-add-ip-action@1.0.1 + uses: sohelamin/aws-security-group-add-ip-action@master with: aws-access-key-id: ${{ secrets.DOKKU_AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.DOKKU_AWS_SECRET_ACCESS_KEY }} diff --git a/.github/workflows/dokku-deploy.yml b/.github/workflows/dokku-deploy.yml index 8fb6903f5..5bb13c093 100644 --- a/.github/workflows/dokku-deploy.yml +++ b/.github/workflows/dokku-deploy.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - name: Add public IP to AWS security group - uses: sohelamin/aws-security-group-add-ip-action@1.0.1 + uses: sohelamin/aws-security-group-add-ip-action@master with: aws-access-key-id: ${{ secrets.DOKKU_AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.DOKKU_AWS_SECRET_ACCESS_KEY }} @@ -49,7 +49,7 @@ jobs: fetch-depth: 0 - name: Add public IP to AWS security group - uses: sohelamin/aws-security-group-add-ip-action@1.0.1 + uses: sohelamin/aws-security-group-add-ip-action@master with: aws-access-key-id: ${{ secrets.DOKKU_AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.DOKKU_AWS_SECRET_ACCESS_KEY }} @@ -114,7 +114,7 @@ jobs: if: github.event_name == 'pull_request' && ((github.event.action == 'closed' && contains(github.event.pull_request.labels.*.name, 'deploy-review-app')) || (github.event.pull_request.state == 'open' && github.event.action == 'unlabeled' && needs.checklabel.outputs.deploy_review_app_removed)) steps: - name: Add public IP to AWS security group - uses: sohelamin/aws-security-group-add-ip-action@1.0.1 + uses: sohelamin/aws-security-group-add-ip-action@master with: aws-access-key-id: ${{ secrets.DOKKU_AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.DOKKU_AWS_SECRET_ACCESS_KEY }}