Skip to content

Commit a7b2e7e

Browse files
committed
[.github] - fix: use secret for INFRA_DISPATCH_APP_ID in GitHub Actions
- Changed the GitHub App ID reference to use secrets for enhanced security and better management of sensitive data - This update ensures that the App ID is not exposed in the workflow file, aligning with best practices for credential storage
1 parent c583ac6 commit a7b2e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-connectors-infra.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
id: generate-token
5151
uses: actions/create-github-app-token@v1
5252
with:
53-
app-id: ${{ vars.INFRA_DISPATCH_APP_ID }}
53+
app-id: ${{ secrets.INFRA_DISPATCH_APP_ID }}
5454
private-key: ${{ secrets.INFRA_DISPATCH_APP_PRIVATE_KEY }}
5555

5656
- name: Trigger dust-infra workflow

0 commit comments

Comments
 (0)