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:
1818 python-version : ${{ inputs.python-version }}
1919
2020 - run : pip install -r requirements.txt
21+ shell : bash
2122 working-directory : firebase-dataconnect/ci
2223
2324 - id : issue-id
2425 name : Determine GitHub Issue For Commenting
2526 working-directory : firebase-dataconnect/ci
26- env :
27- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
27+ shell : bash
2828 run : |
2929 args=(
3030 python
4949 - name : Post Comment on GitHub Issue
5050 if : steps.issue-id.outputs.issue != ''
5151 working-directory : firebase-dataconnect/ci
52- env :
53- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
52+ shell : bash
5453 run : |
5554 args=(
5655 python
Original file line number Diff line number Diff line change @@ -183,6 +183,9 @@ jobs:
183183 firebase-dataconnect/ci/
184184 .github/actions/dataconnect-send-notifications/
185185
186+ - name : gh auth login
187+ run : echo '${{ secrets.GITHUB_TOKEN }}' | gh auth login --with-token
188+
186189 - name : Create Job Results File
187190 id : create-job-results-file
188191 run : |
You can’t perform that action at this time.
0 commit comments