diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 091b953..8e8c3f1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,8 +38,8 @@ jobs: # each job. - name: Apply standard cisagov job preamble uses: cisagov/action-job-preamble@first-commits - with: - actions_permissions_config: ${{ vars.ACTIONS_PERMISSIONS_CONFIG }} + # with: + # permissions_monitoring_config: ${{ vars.ACTIONS_PERMISSIONS_CONFIG }} - id: github-status name: Check GitHub status uses: crazy-max/ghaction-github-status@v4 @@ -56,8 +56,8 @@ jobs: steps: - name: Apply standard cisagov job preamble uses: cisagov/action-job-preamble@first-commits - with: - actions_permissions_config: ${{ vars.ACTIONS_PERMISSIONS_CONFIG }} + # with: + # permissions_monitoring_config: ${{ vars.ACTIONS_PERMISSIONS_CONFIG }} - id: setup-env uses: cisagov/setup-env-github-action@develop - uses: actions/checkout@v4