Skip to content

Commit

Permalink
Merge pull request #2012 from enterprise-contract/fix-app-id
Browse files Browse the repository at this point in the history
Fix app ID for go-containerregistry update
  • Loading branch information
lcarva authored Sep 24, 2024
2 parents 7f09211 + 9408193 commit 02c6876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-go-containerregistry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
id: generate-token
with:
app-id: 32872589
app-id: 245286
private-key: ${{ secrets.EC_AUTOMATION_KEY }}

- name: pull-request
Expand Down

0 comments on commit 02c6876

Please sign in to comment.