We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c10580d commit 91756feCopy full SHA for 91756fe
.github/workflows/create-dummy-pr.yml
@@ -20,15 +20,9 @@ jobs:
20
- name: Use CLA approved bot
21
run: .github/scripts/use-cla-approved-bot.sh
22
23
- - uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
24
- id: otelbot-token
25
- with:
26
- app-id: 1296620
27
- private-key: ${{ secrets.OTELBOT_JAVA_CONTRIB_PRIVATE_KEY }}
28
-
29
- name: Create pull request against the release branch
30
env:
31
- GH_TOKEN: ${{ steps.otelbot-token.outputs.token }}
+ GH_TOKEN: ${{ github.token }}
32
run: |
33
message="A dummy PR to give otelbot-java-contrib one merged PR under its belt"
34
branch="otelbot/dummy-pr"
0 commit comments