File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 runs-on : ubuntu-latest
3131 steps :
3232 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
33- - name : Generate GitHub App token
34- id : app-token
35- uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
36- with :
37- app-id : ${{ secrets.DOCS_BOT_APP_ID }}
38- private-key : ${{ secrets.DOCS_BOT_APP_PRIVATE_KEY }}
39- owner : github
40- repositories : docs-engineering
4133
4234 - uses : github/codeql-action/init@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4.30.7
4335 with :
5042 with :
5143 slack_token : ${{ secrets.SLACK_DOCS_BOT_TOKEN }}
5244
45+ - name : Generate GitHub App token
46+ if : ${{ failure() && github.event_name != 'pull_request' }}
47+ id : app-token
48+ uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
49+ with :
50+ app-id : ${{ secrets.DOCS_BOT_APP_ID }}
51+ private-key : ${{ secrets.DOCS_BOT_APP_PRIVATE_KEY }}
52+ owner : github
53+ repositories : docs-engineering
54+
5355 - uses : ./.github/actions/create-workflow-failure-issue
5456 if : ${{ failure() && github.event_name != 'pull_request' }}
5557 with :
You can’t perform that action at this time.
0 commit comments