Skip to content

Commit b0a6ad6

Browse files
committed
Revert github action change
1 parent 2a2a708 commit b0a6ad6

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/update-dependencies.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,12 @@ jobs:
3030
runs-on: macos-15
3131
steps:
3232
- name: Get token for firebase-workflow-trigger
33-
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # ratchet:actions/create-github-app-token@v1
33+
uses: tibdex/github-app-token@v1
3434
id: generate-token
3535
with:
3636
# we should migrate to client-id
37-
app-id: ${{ secrets.WORKFLOW_TRIGGER_APP_ID }}
38-
private-key: ${{ secrets.WORKFLOW_TRIGGER_APP_PRIVATE_KEY }}
39-
permission-contents: write
40-
permission-pull-requests: write
37+
app_id: ${{ secrets.WORKFLOW_TRIGGER_APP_ID }}
38+
private_key: ${{ secrets.WORKFLOW_TRIGGER_APP_PRIVATE_KEY }}
4139

4240
- name: Setup python
4341
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # ratchet:actions/setup-python@v4

0 commit comments

Comments
 (0)