fix: pin action that gets access to the private key of the ecosystem-ci-app

pull/8571/head
dominikg 3 years ago
parent de93a446ee
commit 1e89716e1e

@ -61,7 +61,7 @@ jobs:
repo: pr.head.repo.full_name
}
- id: generate-token
uses: tibdex/github-app-token@v1
uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 #keep pinned for security reasons, currently 1.8.0
with:
app_id: ${{ secrets.ECOSYSTEM_CI_GITHUB_APP_ID }}
private_key: ${{ secrets.ECOSYSTEM_CI_GITHUB_APP_PRIVATE_KEY }}

Loading…
Cancel
Save