File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -53,24 +53,16 @@ jobs:
53
53
- validate-tag
54
54
permissions :
55
55
contents : write
56
+ env :
57
+ GITHUB_TOKEN : ${{ secrets.RELEASE_GITHUB_TOKEN }}
56
58
steps :
57
- - uses : elastic/apm-pipeline-library/.github/actions/github-token@current
58
- with :
59
- url : ${{ secrets.VAULT_ADDR }}
60
- roleId : ${{ secrets.VAULT_ROLE_ID }}
61
- secretId : ${{ secrets.VAULT_SECRET_ID }}
62
-
63
- - uses : elastic/apm-pipeline-library/.github/actions/setup-git@current
64
- with :
65
- username : ${{ env.GIT_USER }}
66
- email : ${{ env.GIT_EMAIL }}
67
- token : ${{ env.GITHUB_TOKEN }}
68
-
69
59
- uses : actions/checkout@v4
70
60
with :
71
61
ref : ${{ inputs.ref }}
72
62
token : ${{ env.GITHUB_TOKEN }}
73
63
64
+ - uses : elastic/oblt-actions/git/setup@v1
65
+
74
66
- name : Create the release tag (post phase)
75
67
if : inputs.phase == 'post'
76
68
run : |
100
92
101
93
- name : Create the ${{ inputs.phase }} release PR
102
94
run : gh pr create --title="${{ inputs.pr_title }}" --base main --head ${{ env.BRANCH_NAME }} -b "${{ inputs.pr_body }}"
95
+ env :
96
+ GH_TOKEN : ${{ env.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments