@@ -181,7 +181,7 @@ jobs:
181181 --notes-file /tmp/release-notes.txt \
182182 v$VERSION \
183183 opentelemetry-javaagent.jar \
184- opentelemetry-javaagent.asc. jar \
184+ opentelemetry-javaagent.jar.asc \
185185 opentelemetry-java-instrumentation-SBOM.zip
186186
187187 # these are used as job outputs
@@ -219,7 +219,7 @@ jobs:
219219 - name : Use CLA approved bot
220220 run : .github/scripts/use-cla-approved-bot.sh
221221
222- - uses : actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3
222+ - uses : actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
223223 id : otelbot-token
224224 with :
225225 app-id : ${{ vars.OTELBOT_APP_ID }}
@@ -253,6 +253,8 @@ jobs:
253253 --base main
254254
255255 update-apidiff-baseline-to-released-version :
256+ permissions :
257+ contents : write # for git push to PR branch
256258 runs-on : ubuntu-latest
257259 needs :
258260 - release
@@ -286,7 +288,7 @@ jobs:
286288 - name : Use CLA approved bot
287289 run : .github/scripts/use-cla-approved-bot.sh
288290
289- - uses : actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3
291+ - uses : actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
290292 id : otelbot-token
291293 with :
292294 app-id : ${{ vars.OTELBOT_APP_ID }}
0 commit comments