Skip to content

Commit 91756fe

Browse files
committed
TEST
1 parent c10580d commit 91756fe

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/create-dummy-pr.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,9 @@ jobs:
2020
- name: Use CLA approved bot
2121
run: .github/scripts/use-cla-approved-bot.sh
2222

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-
2923
- name: Create pull request against the release branch
3024
env:
31-
GH_TOKEN: ${{ steps.otelbot-token.outputs.token }}
25+
GH_TOKEN: ${{ github.token }}
3226
run: |
3327
message="A dummy PR to give otelbot-java-contrib one merged PR under its belt"
3428
branch="otelbot/dummy-pr"

0 commit comments

Comments
 (0)