Skip to content

Commit 845fbbc

Browse files
committed
add token
1 parent 339b5dd commit 845fbbc

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/xds-apply-updates.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- name: Create Pull Request
3939
uses: peter-evans/create-pull-request@v7
4040
with:
41+
token: ${{ secrets.ARMERIAN_PAT }}
4142
branch: update-xds-protobuf
4243
base: main
4344
author: Meri Kim <dl_armeria@linecorp.com>

.github/workflows/xds-sync-apis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ jobs:
2121
uses: ./.github/workflows/xds-apply-updates.yml
2222
with:
2323
target_version: ${{ needs.envoy-versions.outputs.target_version }}
24+
secrets: inherit

0 commit comments

Comments
 (0)