From e3a13bccf16335715afbe5bc2d6bc803b51703e0 Mon Sep 17 00:00:00 2001 From: Matt-Spence Date: Thu, 14 Nov 2024 13:10:52 -0600 Subject: [PATCH] Update deploy-stable.yaml --- .github/workflows/deploy-stable.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy-stable.yaml b/.github/workflows/deploy-stable.yaml index 7a2e4a940..78dd9e9f5 100644 --- a/.github/workflows/deploy-stable.yaml +++ b/.github/workflows/deploy-stable.yaml @@ -18,7 +18,6 @@ jobs: if: ${{ github.ref_type == 'tag' }} runs-on: ubuntu-latest steps: - - uses: GitHubSecurityLab/actions-permissions/monitor@v1 - uses: actions/checkout@v3 - name: Compile USWDS assets @@ -45,4 +44,4 @@ jobs: cf_password: ${{ secrets.CF_STABLE_PASSWORD }} cf_org: cisa-dotgov cf_space: stable - cf_command: "run-task getgov-stable --command 'python manage.py migrate' --name migrate" \ No newline at end of file + cf_command: "run-task getgov-stable --command 'python manage.py migrate' --name migrate"