Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/move-to-emeritus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
create-or-update-emeritus-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
id: otelbot-token
with:
app-id: ${{ vars.OTELBOT_JS_APP_ID }}
private-key: ${{ secrets.OTELBOT_JS_PRIVATE_KEY }}
- name: Checkout
uses: actions/checkout@v5
with:
Expand All @@ -19,11 +24,6 @@ jobs:
cache: 'npm'
cache-dependency-path: package-lock.json
node-version: 22
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
id: otelbot-token
with:
app-id: ${{ vars.OTELBOT_JS_APP_ID }}
private-key: ${{ secrets.OTELBOT_JS_PRIVATE_KEY }}
- run: node scripts/move-to-emeritus.js
env:
# don't use otelbot-js's token as it has more permissions than we need.
Expand Down
Loading