File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 82
82
uses : ./.github/workflows/integration_test_charms.yaml
83
83
with :
84
84
artifact-prefix : ${{ needs.build.outputs.artifact-prefix }}
85
+ secrets : inherit
85
86
permissions :
86
87
contents : write # Needed for Allure Report
Original file line number Diff line number Diff line change @@ -126,6 +126,10 @@ jobs:
126
126
# https://github.com/canonical/charmcraft/issues/2105 and
127
127
# https://github.com/canonical/charmcraft/issues/2130 fixed
128
128
run : ~/go/bin/spread -vv -artifacts=artifacts '${{ matrix.job.spread_job }}'
129
+ env :
130
+ UBUNTU_PRO_TOKEN : ${{ secrets.UBUNTU_PRO_TOKEN }}
131
+ LANDSCAPE_ACCOUNT_NAME : ${{ secrets.LANDSCAPE_ACCOUNT_NAME }}
132
+ LANDSCAPE_REGISTRATION_KEY : ${{ secrets.LANDSCAPE_REGISTRATION_KEY }}
129
133
- name : Upload Allure results
130
134
timeout-minutes : 3
131
135
# Only upload results from one spread system & one spread variant
Original file line number Diff line number Diff line change 21
21
with :
22
22
artifact-prefix : ${{ inputs.artifact-prefix }}
23
23
path-to-charm-directory : ${{ matrix.path }}
24
+ secrets : inherit
24
25
25
26
allure-report :
26
27
# TODO future improvement: use concurrency group for job
You can’t perform that action at this time.
0 commit comments