Skip to content

Commit f9b41c9

Browse files
author
sangeet-joy_xero
committed
corrected octokit path 2
1 parent d355bd6 commit f9b41c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
result-encoding: string
8585
script: |
86-
const { getAccessToken } = await import('xero-node/.github/octokit/index.js')
86+
const { getAccessToken } = await import('${{ github.workspace }}/xero-node/.github/octokit/index.js')
8787
const token = await getAccessToken()
8888
return token
8989

0 commit comments

Comments
 (0)