From f59cbc8ffbb9d32e992d4d357fe245ed36d3b4a4 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 9 Jun 2024 07:19:25 -0500 Subject: [PATCH] Add firmware repo level secret --- .github/workflows/build_native.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }}