Skip to content

Commit cd61def

Browse files
authored
Merge pull request #46608 from Expensify/Rory-FixGetReleaseBody
[No QA] Add missing GITHUB_TOKEN
2 parents 14f859d + d904eeb commit cd61def

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/actions/javascript/getReleaseBody/action.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: 'Get Release Body'
22
description: 'Generate the body of a production release'
33
inputs:
4+
GITHUB_TOKEN:
5+
description: Auth token for New Expensify Github
6+
required: true
47
PR_LIST:
58
description: JSON array of pull request numbers (string)
69
required: true

.github/workflows/deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
id: getReleaseBody
8181
uses: ./.github/actions/javascript/getReleaseBody
8282
with:
83+
GITHUB_TOKEN: ${{ github.token }}
8384
PR_LIST: ${{ steps.getReleasePRList.outputs.PR_LIST }}
8485

8586
- name: 🚀 Create release to trigger production deploy 🚀

0 commit comments

Comments
 (0)