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 bc7b2ef commit 04b26dfCopy full SHA for 04b26df
.github/workflows/prepare-release-branch.yml
@@ -53,16 +53,9 @@ jobs:
53
- name: Use CLA approved bot
54
run: .github/scripts/use-cla-approved-bot.sh
55
56
- - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
57
- id: otelbot-token
58
- with:
59
- app-id: ${{ vars.OTELBOT_APP_ID }}
60
- private-key: ${{ secrets.OTELBOT_PRIVATE_KEY }}
61
-
62
- name: Create pull request against the release branch
63
env:
64
- # not using secrets.GITHUB_TOKEN since pull requests from that token do not run workflows
65
- GH_TOKEN: ${{ steps.otelbot-token.outputs.token }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66
run: |
67
message="Prepare release $VERSION"
68
branch="otelbot/prepare-release-${VERSION}"
0 commit comments