Skip to content

Commit a61331a

Browse files
authored
Update peril.yml
1 parent 70a26a9 commit a61331a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/peril.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
registry: ghcr.io
5656
username: ${{ github.actor }}
57-
password: ${{ secrets.GITHUB_TOKEN }}
57+
password: ${{ secrets.PACKAGE_TOKEN }}
5858

5959
- name: Pull security-scan
6060
run: |
@@ -87,4 +87,4 @@ jobs:
8787
-e J1_API_KEY=${{ secrets.J1_API_KEY_TRANSPONDER }} \
8888
-e J1_API_DOMAIN=${{ secrets.J1_API_DOMAIN_TRANSPONDER }} \
8989
-e J1_ACCOUNT_ID=${{ secrets.J1_ACCOUNT_ID_TRANSPONDER }} \
90-
$TRANSPONDER_DOCKER_IMAGE
90+
$TRANSPONDER_DOCKER_IMAGE

0 commit comments

Comments
 (0)