diff --git a/.github/workflows/screener-run.yml b/.github/workflows/screener-run.yml index 6ddd0a26c50be..f0413ce0f8de2 100644 --- a/.github/workflows/screener-run.yml +++ b/.github/workflows/screener-run.yml @@ -5,6 +5,11 @@ on: - Screener build types: - completed +permissions: + actions: read + statuses: write + pull-requests: read + contents: read env: AZURE_STORAGE_CONNECTION_STRING: ${{secrets.AZURE_STORAGE_CONNECTION_STRING}} @@ -12,6 +17,8 @@ jobs: determine-if-skipping: runs-on: 'ubuntu-latest' steps: + - uses: haya14busa/action-workflow_run-status@v1 + - name: Download artifact to determine if skipping jobs uses: dawidd6/action-download-artifact@v2 with: @@ -32,6 +39,7 @@ jobs: runs-on: 'ubuntu-latest' name: Screener @fluentui/react-northstar steps: + - uses: haya14busa/action-workflow_run-status@v1 - uses: actions/checkout@v3 with: fetch-depth: 0 @@ -111,6 +119,7 @@ jobs: runs-on: 'ubuntu-latest' name: Screener @fluentui/react steps: + - uses: haya14busa/action-workflow_run-status@v1 - uses: actions/checkout@v3 with: fetch-depth: 0 @@ -187,6 +196,7 @@ jobs: runs-on: 'ubuntu-latest' name: Screener @fluentui/react-components steps: + - uses: haya14busa/action-workflow_run-status@v1 - uses: actions/checkout@v3 with: fetch-depth: 0