File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 1515 triage :
1616 runs-on : ubuntu-latest
1717 steps :
18+ - name : Get token
19+ id : get_token
20+ uses : tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
21+ with :
22+ app_id : ${{ secrets.OBS_AUTOMATION_APP_ID }}
23+ private_key : ${{ secrets.OBS_AUTOMATION_APP_PEM }}
24+ permissions : >-
25+ {
26+ "members": "read"
27+ }
1828 - name : Add agent-python label
1929 uses : actions-ecosystem/action-add-labels@v1
2030 with :
2434 with :
2535 github-org : " elastic"
2636 github-user : ${{ github.actor }}
27- github-token : ${{ secrets.APM_TECH_USER_TOKEN }}
37+ github-token : ${{ steps.get_token.outputs.token }}
2838 - name : Add community and triage labels
2939 if : contains(steps.is_elastic_member.outputs.result, 'false') && github.actor != 'dependabot[bot]' && github.actor != 'apmmachine'
3040 uses : actions-ecosystem/action-add-labels@v1
You can’t perform that action at this time.
0 commit comments