Skip to content

Commit 5599929

Browse files
github-actions[bot]coreymartinclaude
authored
[gha] Switch Copybara token action to actions/create-github-app-token@v2
Migrat (#503) [gha] Switch Copybara token action to actions/create-github-app-token@v2 (#502) Migrates from tibdex/github-app-token (pinned SHA) to the official actions/create-github-app-token@v2. Also adds js-sdk to the token's repository scope since Copybara needs access to both repos. Co-authored-by: Corey Martin <coreyn.martin@gmail.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ebf2142 commit 5599929

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/test-release-sync.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,12 +275,14 @@ jobs:
275275
276276
- name: Generate a token
277277
id: generate_token
278-
uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92
278+
uses: actions/create-github-app-token@v2
279279
with:
280280
app-id: ${{ secrets.LIGHTSPARK_COPYBARA_APP_ID }}
281281
private-key: ${{ secrets.LIGHTSPARK_COPYBARA_PRIVATE_KEY }}
282282
owner: lightsparkdev
283-
repositories: webdev
283+
repositories: |
284+
js-sdk
285+
webdev
284286
285287
- name: "Run Copybara"
286288
env:

0 commit comments

Comments
 (0)