Skip to content

Commit e7cabb2

Browse files
author
sangeet-joy_xero
committed
correcyted octokit path
1 parent df7d172 commit e7cabb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129

130130
- name: Install octokit dependencies
131131
run: npm i
132-
working-directory: ${{ github.workspace }}/.github/octokit
132+
working-directory: Xero-Java/.github/octokit
133133

134134
- name: Get github app access token
135135
id: get_access_token
@@ -140,7 +140,7 @@ jobs:
140140
with:
141141
result-encoding: string
142142
script: |
143-
const { getAccessToken } = await import('${{ github.workspace }}/.github/octokit/index.js')
143+
const { getAccessToken } = await import('${{ github.workspace }}/Xero-Java/.github/octokit/index.js')
144144
const token = await getAccessToken()
145145
return token
146146
@@ -159,6 +159,6 @@ jobs:
159159
"url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}",
160160
"environment": "test",
161161
"sdk_type": "node",
162-
"cab_key": ${{ github.event.inputs.cab_id }}
162+
"cab_key": "${{ github.event.inputs.cab_id }}"
163163
}
164164
}'

0 commit comments

Comments
 (0)