Add firmware repo level secret

This commit is contained in:
Ben Meadors
2024-06-09 07:19:25 -05:00
committed by GitHub
co-authored by GitHub
parent 095887de40
commit f59cbc8ffb
+1 -1
View File
@@ -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' }}