Skip to content

Commit f405404

Browse files
AP-483: Adds LIT_TIND_API_KEY to the build workflow
1 parent 5a21971 commit f405404

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ jobs:
133133
password: ${{ secrets.GITHUB_TOKEN }}
134134

135135
- name: Run the test script
136+
env:
137+
LIT_TIND_API_KEY: ${{ secrets.LIT_TIND_API_KEY }}
136138
run: |
137139
docker compose run --rm --user root app chown -R avplayer:avplayer artifacts
138140
docker compose up --detach --wait

docker-compose.ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ services:
44
app:
55
build: !reset
66
image: ${DOCKER_APP_IMAGE}
7+
secrets:
8+
- LIT_TIND_API_KEY
79
volumes: !override
810
- artifacts:/opt/app/artifacts
911

12+
secrets:
13+
LIT_TIND_API_KEY:
14+
environment: LIT_TIND_API_KEY
15+
1016
volumes:
1117
artifacts:

0 commit comments

Comments
 (0)