diff --git a/.github/workflows/test-packages.yml b/.github/workflows/test-packages.yml index 5bc300c2f..f35d77e8f 100644 --- a/.github/workflows/test-packages.yml +++ b/.github/workflows/test-packages.yml @@ -302,6 +302,8 @@ jobs: needs: [test-uipath-core, test-uipath-platform, test-uipath] runs-on: ubuntu-latest if: always() && needs.test-uipath-core.result != 'failure' && needs.test-uipath-platform.result != 'failure' && needs.test-uipath.result != 'failure' + permissions: + contents: read steps: - name: Checkout uses: actions/checkout@v4