Skip to content

Commit 7c8dfc1

Browse files
authored
Merge pull request #2489 from tgodzik/secrets
chore: Pass secrets to the docker job
2 parents 5b025f7 + 58f2f8b commit 7c8dfc1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,9 @@ jobs:
203203
apps: ""
204204
- name: Generate native launcher and generate os packages
205205
run: .github/scripts/build-linux-aarch64.sh
206+
env:
207+
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
208+
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
206209
- uses: actions/upload-artifact@v3
207210
with:
208211
name: linux-aarch64-launchers

0 commit comments

Comments
 (0)