Skip to content

Commit ecbac74

Browse files
committed
feat: sets eo auth env vars
1 parent 653c205 commit ecbac74

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/ceedling.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
driver: docker-container
1515
- name: Pre-build image and run make ci-build in dev container
1616
uses: devcontainers/[email protected]
17+
env:
18+
EMBEDOPS_API_REPO_KEY: ${{ secrets.EMBEDOPS_API_REPO_KEY }}
19+
GITHUB_COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
1720
with:
1821
inheritEnv: true
1922
cacheFrom: type=gha

.github/workflows/zephyr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
- name: Pre-build image and run make ci-build in dev container
1818
uses: devcontainers/[email protected]
1919
# uncomment the next section to enable reporting
20-
# env:
21-
# EMBEDOPS_API_REPO_KEY: ${{ secrets.EMBEDOPS_API_REPO_KEY }}
22-
# GITHUB_COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
20+
env:
21+
EMBEDOPS_API_REPO_KEY: ${{ secrets.EMBEDOPS_API_REPO_KEY }}
22+
GITHUB_COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
2323
with:
2424
inheritEnv: true
2525
# use GitHub Actions caching

0 commit comments

Comments
 (0)