Skip to content

Commit 13d3d13

Browse files
add app token
1 parent f00606e commit 13d3d13

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/l10n-write-mappings.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,16 @@ jobs:
1515
outputs:
1616
channels: ${{ steps.splits.outputs.channels }}
1717
steps:
18+
- name: Create app token
19+
uses: actions/create-github-app-token@v1
20+
id: app-token
21+
with:
22+
app-id: ${{ secrets.BOT_CLIENT_ID }}
23+
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
1824
- name: Checkout repository
1925
uses: actions/checkout@v4
26+
with:
27+
token: ${{ steps.app-token.outputs.token }}
2028
- name: Select test channels
2129
id: splits
2230
run: |

0 commit comments

Comments
 (0)