diff --git a/.github/workflows/ports_psoc6.yml b/.github/workflows/ports_psoc6.yml index a6e54453316ae..c45544de20613 100644 --- a/.github/workflows/ports_psoc6.yml +++ b/.github/workflows/ports_psoc6.yml @@ -55,7 +55,7 @@ jobs: uses: actions/download-artifact@v3 - name: Install packages run: | - sudo chmod 666 /var/run/docker.sock + echo ${{ secrets.SELF_HOSTED_PASSWORD }} | sudo -S chmod 666 /var/run/docker.sock source tools/ci.sh && ci_psoc6_setup # - name: Setup device # run: |