File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,15 +23,12 @@ jobs:
2323
2424 - name : Get token
2525 id : get_token
26- uses : tibdex/ github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
26+ uses : actions/create- github-app-token@v2
2727 with :
28- app_id : ${{ secrets.OBS_AUTOMATION_APP_ID }}
29- private_key : ${{ secrets.OBS_AUTOMATION_APP_PEM }}
30- permissions : >-
31- {
32- "contents": "write",
33- "pull_requests": "write"
34- }
28+ app-id : ${{ secrets.OBS_AUTOMATION_APP_ID }}
29+ private-key : ${{ secrets.OBS_AUTOMATION_APP_PEM }}
30+ permission-contents : write
31+ permission-pull-requests : write
3532
3633 - uses : elastic/oblt-actions/updatecli/run@v1
3734 with :
Original file line number Diff line number Diff line change @@ -23,14 +23,11 @@ jobs:
2323
2424 - name : Get token
2525 id : get_token
26- uses : tibdex/ github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
26+ uses : actions/create- github-app-token@v2
2727 with :
28- app_id : ${{ secrets.OBS_AUTOMATION_APP_ID }}
29- private_key : ${{ secrets.OBS_AUTOMATION_APP_PEM }}
30- permissions : >-
31- {
32- "contents": "write"
33- }
28+ app-id : ${{ secrets.OBS_AUTOMATION_APP_ID }}
29+ private-key : ${{ secrets.OBS_AUTOMATION_APP_PEM }}
30+ permission-contents : write
3431
3532 - run : make create-release
3633 env :
You can’t perform that action at this time.
0 commit comments