Skip to content

Commit 1c6070f

Browse files
committed
ci(hypatia-scan): wire FLEET_DISPATCH_TOKEN to its own secret
The FLEET_DISPATCH_TOKEN env var on submit-finding.sh was still sourcing from the HYPATIA_DISPATCH_PAT placeholder. Wire to its dedicated secret so the submit-finding script has the right token for dispatch operations.
1 parent 8658cd2 commit 1c6070f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/hypatia-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
env:
8888
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8989
FLEET_PUSH_TOKEN: ${{ secrets.FLEET_PUSH_TOKEN }}
90-
FLEET_DISPATCH_TOKEN: ${{ secrets.HYPATIA_DISPATCH_PAT }}
90+
FLEET_DISPATCH_TOKEN: ${{ secrets.FLEET_DISPATCH_TOKEN }}
9191
GITHUB_REPOSITORY: ${{ github.repository }}
9292
GITHUB_SHA: ${{ github.sha }}
9393
run: |
@@ -179,4 +179,4 @@ jobs:
179179
repo: context.repo.repo,
180180
issue_number: context.issue.number,
181181
body: comment
182-
});
182+
});

0 commit comments

Comments
 (0)