Skip to content

Commit f3d1707

Browse files
[PETOSS-829] Use var for app_id as per docs
1 parent 021fffd commit f3d1707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
id: get_access_token
3737
uses: actions/create-github-app-token@v2
3838
with:
39-
app-id: ${{ secrets.XERO_GITHUB_APP_ID }}
39+
app-id: ${{ vars.XERO_CODEGEN_APP_ID }}
4040
private-key: ${{ secrets.XERO_GITHUB_APPLICATION_KEY }}
4141
owner: xero-internal
4242
repositories: xeroapi-sdk-codegen

0 commit comments

Comments
 (0)