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"