Skip to content

Commit b01c9d8

Browse files
author
kallenberg
committed
Add epic secrets
1 parent eb22711 commit b01c9d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ jobs:
7979
target: monolith
8080
tags: rwthika/carla-simulator:monolith${{ env.IMAGE_TAG_SUFFIX }}
8181
no-cache: true
82+
secrets: |
83+
"epic_user=${{ secrets.EPIC_USER }}"
84+
"epic_token=${{ secrets.EPIC_TOKEN }}"
8285
build-args: |
8386
UBUNTU_DISTRO=${{ env.UBUNTU_DISTRO }}
8487

0 commit comments

Comments
 (0)