File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 61
61
- name : Create pull request
62
62
id : update-pr
63
63
if : ${{ steps.rustc-pull.outputs.pull_result == 'pull-finished' }}
64
+ env :
65
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
64
66
run : |
65
67
# Check if an open pull request for an rustc pull update already exists
66
68
# If it does, the previous push has just updated it
@@ -75,15 +77,15 @@ jobs:
75
77
echo "Updating pull request ${PR_URL}"
76
78
echo "pr_url=$PR_URL" >> $GITHUB_OUTPUT
77
79
fi
78
- env :
79
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
80
80
send-zulip-message :
81
81
needs : [pull]
82
82
if : ${{ !cancelled() }}
83
83
runs-on : ubuntu-latest
84
84
steps :
85
85
- name : Compute message
86
86
id : create-message
87
+ env :
88
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
87
89
run : |
88
90
if [ "${{ needs.pull.result }}" == "failure" ]; then
89
91
WORKFLOW_URL="${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
You can’t perform that action at this time.
0 commit comments