diff --git a/.github/workflows/build_native.yml b/.github/workflows/build_native.yml index b92e77ef2..ff0c2eaf6 100644 --- a/.github/workflows/build_native.yml +++ b/.github/workflows/build_native.yml @@ -56,7 +56,7 @@ jobs: uses: docker/login-action@v3 with: username: meshtastic - password: ${{ secrets.DOCKER_TOKEN }} + password: ${{ secrets.DOCKER_FIRMWARE_TOKEN }} - name: Docker setup if: ${{ github.event_name != 'pull_request_target' && github.event_name != 'pull_request' }}