File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
actions/dataconnect-send-notifications Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ runs:
18
18
python-version : ${{ inputs.python-version }}
19
19
20
20
- run : pip install -r requirements.txt
21
+ shell : bash
21
22
working-directory : firebase-dataconnect/ci
22
23
23
24
- id : issue-id
24
25
name : Determine GitHub Issue For Commenting
25
26
working-directory : firebase-dataconnect/ci
26
- env :
27
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
27
+ shell : bash
28
28
run : |
29
29
args=(
30
30
python
49
49
- name : Post Comment on GitHub Issue
50
50
if : steps.issue-id.outputs.issue != ''
51
51
working-directory : firebase-dataconnect/ci
52
- env :
53
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
52
+ shell : bash
54
53
run : |
55
54
args=(
56
55
python
Original file line number Diff line number Diff line change @@ -183,6 +183,9 @@ jobs:
183
183
firebase-dataconnect/ci/
184
184
.github/actions/dataconnect-send-notifications/
185
185
186
+ - name : gh auth login
187
+ run : echo '${{ secrets.GITHUB_TOKEN }}' | gh auth login --with-token
188
+
186
189
- name : Create Job Results File
187
190
id : create-job-results-file
188
191
run : |
You can’t perform that action at this time.
0 commit comments