Skip to content

Commit

Permalink
Merge pull request #257 from ebmdatalab/add-create-pr-app-id
Browse files Browse the repository at this point in the history
Add Create PR App ID secret
  • Loading branch information
lucyb authored Nov 7, 2024
2 parents f52f16e + 58ea661 commit e3bec14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/create-github-app-token@v1
id: generate-token
with:
app-id: 1031449 # opensafely-core Create PR app
app-id: ${{ secrets.CREATE_PR_APP_ID }}
private-key: ${{ secrets.CREATE_PR_APP_PRIVATE_KEY }}

- uses: opensafely-core/update-dependencies-action@v1
Expand Down

0 comments on commit e3bec14

Please sign in to comment.