We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07de474 commit ae44f35Copy full SHA for ae44f35
1 file changed
.github/workflows/draft-release-notes.yml
@@ -12,6 +12,8 @@ concurrency:
12
jobs:
13
draft:
14
if: github.repository == 'open-telemetry/opentelemetry-java-instrumentation'
15
+ permissions:
16
+ contents: write # for git push to PR branch
17
runs-on: ubuntu-latest
18
environment: protected
19
steps:
0 commit comments