Skip to content

Commit 7b616cc

Browse files
committed
add token for pr gha release
1 parent 9cfacf1 commit 7b616cc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release_central.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ jobs:
8484

8585
- name: Tag branch ${{ inputs.branch }} with release ${{ inputs.version }}, bump version with new release ${{ inputs.version }}
8686
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
87+
env:
88+
GH_TOKEN: ${{ steps.fetch-ephemeral-token.outputs.token }}
8789
with:
8890
repository: elastic/elasticsearch-java
8991
token: ${{ steps.fetch-ephemeral-token.outputs.token }}

0 commit comments

Comments
 (0)