mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-01 19:35:42 +00:00
Add firmware repo level secret
This commit is contained in:
parent
095887de40
commit
f59cbc8ffb
2
.github/workflows/build_native.yml
vendored
2
.github/workflows/build_native.yml
vendored
@ -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' }}
|
||||
|
Loading…
Reference in New Issue
Block a user