File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments