Skip to content

Commit adc0d6a

Browse files
committed
refactor: add GH_TOKEN environment variable to Citus package tests step
1 parent 8ad28a3 commit adc0d6a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/citus-package-all-platforms-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,6 @@ jobs:
6363
run: python -m pip install -r packaging_automation/requirements.txt
6464

6565
- name: Citus package tests
66+
env:
67+
GH_TOKEN: ${{ steps.app.outputs.token }}
6668
run: python -m pytest -q packaging_automation/tests/test_citus_package.py -s

0 commit comments

Comments
 (0)