Skip to content

Commit 876ca80

Browse files
committed
fixed?
1 parent 190d1d7 commit 876ca80

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,8 @@ jobs:
215215
file: ./Dockerfile
216216
tags: skymap_scanner:py-dep-this
217217
load: true
218-
secrets: | github_token=$${{ secrets.PERSONAL_ACCESS_TOKEN }}
218+
secrets: |
219+
github_token=$${{ secrets.PERSONAL_ACCESS_TOKEN }}
219220
build-args: INCLUDE_GCD=0 # for pip recording we don't need GCD files
220221
- if: ${{ steps.pydep-precheck.outputs.do_generation == 'true' }}
221222
uses: WIPACrepo/wipac-dev-py-dependencies-action@v3.4
@@ -279,7 +280,8 @@ jobs:
279280
file: ./Dockerfile
280281
tags: ${{ env._SCANNER_IMAGE_DOCKER }}
281282
load: true
282-
secrets: | github_token=${{ secrets.PERSONAL_ACCESS_TOKEN }}
283+
secrets: |
284+
github_token=${{ secrets.PERSONAL_ACCESS_TOKEN }}
283285
build-args: INCLUDE_GCD=0 # for dummy tests we don't need GCD files
284286

285287
- if: ${{ matrix.container_platform == 'apptainer' }}
@@ -514,7 +516,8 @@ jobs:
514516
file: ./Dockerfile
515517
tags: ${{ env._SCANNER_IMAGE_DOCKER }}
516518
load: true
517-
secrets: | github_token=${{ secrets.PERSONAL_ACCESS_TOKEN }}
519+
secrets: |
520+
github_token=${{ secrets.PERSONAL_ACCESS_TOKEN }}
518521
519522
- name: run
520523
timeout-minutes: 55 # on average max~=35min
@@ -614,7 +617,8 @@ jobs:
614617
file: ./Dockerfile
615618
tags: ${{ env._SCANNER_IMAGE_DOCKER }}
616619
load: true
617-
secrets: | github_token=${{ secrets.PERSONAL_ACCESS_TOKEN }}
620+
secrets: |
621+
github_token=${{ secrets.PERSONAL_ACCESS_TOKEN }}
618622
619623
- name: run
620624
run: |

0 commit comments

Comments
 (0)