We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14f859d + d904eeb commit cd61defCopy full SHA for cd61def
.github/actions/javascript/getReleaseBody/action.yml
@@ -1,6 +1,9 @@
1
name: 'Get Release Body'
2
description: 'Generate the body of a production release'
3
inputs:
4
+ GITHUB_TOKEN:
5
+ description: Auth token for New Expensify Github
6
+ required: true
7
PR_LIST:
8
description: JSON array of pull request numbers (string)
9
required: true
.github/workflows/deploy.yml
@@ -80,6 +80,7 @@ jobs:
80
id: getReleaseBody
81
uses: ./.github/actions/javascript/getReleaseBody
82
with:
83
+ GITHUB_TOKEN: ${{ github.token }}
84
PR_LIST: ${{ steps.getReleasePRList.outputs.PR_LIST }}
85
86
- name: 🚀 Create release to trigger production deploy 🚀
0 commit comments