Skip to content

Commit d736d3b

Browse files
authored
Merge pull request #33 from green-coding-berlin/127-ci-caching
added github secrets token
2 parents e036b2f + 19c2e88 commit d736d3b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/examples-application-testing-bare-metal.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,4 @@ jobs:
5858
gmt-directory: './green-metrics-tool'
5959
tests-directory: './examples-directory/test'
6060
tests-command: 'pytest smoke_test.py -k "test_all_directories"'
61+
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/examples-application-testing-vm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,4 @@ jobs:
6060
gmt-directory: './green-metrics-tool'
6161
tests-directory: './examples-directory/test'
6262
tests-command: 'pytest smoke_test.py -k "test_all_directories"'
63+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)