File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 55 workflows : [CI,CodeQL]
66 types : [completed]
77 branches : [master]
8-
8+ workflow_dispatch :
99
1010jobs :
1111 nudge :
1212 runs-on : ubuntu-latest
1313 environment : nudge
1414 steps :
1515 - name : Send notification
16- uses : pavlovic-ivan/octo-nudge@v1
16+ uses : pavlovic-ivan/octo-nudge@v2
1717 with :
1818 webhooks : ${{ secrets.NUDGE_WEBHOOKS }}
Original file line number Diff line number Diff line change 11name : " Update Consul versions"
22
33on :
4+ workflow_dispatch :
45 schedule :
56 - cron : ' 22 2 * * *' # Run once per day, at a randomly chosen time.
67
3031 installation_id=$(curl -s -H "Accept: application/vnd.github.v3+json" -H "Authorization: Bearer $jwt" https://api.github.com/app/installations | jq '.[] | select(.account.login == "${{ github.repository_owner }}") | .id')
3132 token=$(curl -s -X POST -H "Accept: application/vnd.github.v3+json" -H "Authorization: Bearer $jwt" https://api.github.com/app/installations/$installation_id/access_tokens | jq -r '.token')
3233 echo "::add-mask::$token"
33- echo "::set-output name= token:: $token"
34+ echo "token= $token" >> $GITHUB_OUTPUT
3435
3536 - name : Install PowerShellForGitHub
3637 shell : pwsh
You can’t perform that action at this time.
0 commit comments