We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cfacf1 commit 7b616ccCopy full SHA for 7b616cc
1 file changed
.github/workflows/release_central.yml
@@ -84,6 +84,8 @@ jobs:
84
85
- name: Tag branch ${{ inputs.branch }} with release ${{ inputs.version }}, bump version with new release ${{ inputs.version }}
86
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
87
+ env:
88
+ GH_TOKEN: ${{ steps.fetch-ephemeral-token.outputs.token }}
89
with:
90
repository: elastic/elasticsearch-java
91
token: ${{ steps.fetch-ephemeral-token.outputs.token }}
0 commit comments