Skip to content

Commit d355bd6

Browse files
author
sangeet-joy_xero
committed
corrected octokit path
1 parent 11903f8 commit d355bd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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('${{ github.workspace }}/.github/octokit/index.js')
86+
const { getAccessToken } = await import('xero-node/.github/octokit/index.js')
8787
const token = await getAccessToken()
8888
return token
8989

0 commit comments

Comments
 (0)