We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c3b0c commit 0c81c1aCopy full SHA for 0c81c1a
1 file changed
.github/workflows/tests.yml
@@ -216,8 +216,7 @@ jobs:
216
tags: skymap_scanner:py-dep-this
217
load: true
218
219
- secrets: |
220
- github_token=${{ secrets.PERSONAL_ACCESS_TOKEN}}
+ github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN}}
221
build-args: INCLUDE_GCD=0 # for pip recording we don't need GCD files
222
- if: ${{ steps.pydep-precheck.outputs.do_generation == 'true' }}
223
uses: WIPACrepo/wipac-dev-py-dependencies-action@v3.4
0 commit comments