File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ export PULP_CONTENT_ORIGIN
7272" ${CONTAINER_RUNTIME} " \
7373 run ${RM: +--rm} \
7474 --env S6_KEEP_ENV=1 \
75+ ${OAS_VERSION: +--env PULP_SPECTACULAR_SETTINGS__OAS_VERSION=" ${OAS_VERSION} " } \
7576 ${PULP_HTTPS: +--env PULP_HTTPS} \
7677 ${PULP_OAUTH2: +--env PULP_OAUTH2} \
7778 ${PULP_API_ROOT: +--env PULP_API_ROOT} \
Original file line number Diff line number Diff line change 88 runs-on : " ubuntu-latest"
99 steps :
1010 - uses : " actions/checkout@v4"
11+ with :
12+ token : " ${{ secrets.RELEASE_TOKEN }}"
1113 - name : " Set up Python"
1214 uses : " actions/setup-python@v5"
1315 with :
Original file line number Diff line number Diff line change 6363 PULP_HTTPS : " ${{ matrix.pulp_https }}"
6464 PULP_OAUTH2 : " ${{ matrix.pulp_oauth2 }}"
6565 PULP_API_ROOT : " ${{ matrix.pulp_api_root }}"
66+ OAS_VERSION : " ${{ matrix.oas_version }}"
6667 run : |
6768 .ci/run_container.sh make test
6869 ...
You can’t perform that action at this time.
0 commit comments