Skip to content

Commit 7fb152d

Browse files
author
sangeet-joy_xero
committed
corrected octokit path
1 parent 31d6701 commit 7fb152d

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
@@ -119,7 +119,7 @@ jobs:
119119

120120
- name: Install octokit dependencies
121121
run: npm i
122-
working-directory: ${{ github.workspace }}/.github/octokit
122+
working-directory: xero-ruby/.github/octokit
123123

124124
- name: Get github app access token
125125
id: get_access_token
@@ -130,7 +130,7 @@ jobs:
130130
with:
131131
result-encoding: string
132132
script: |
133-
const { getAccessToken } = await import('${{ github.workspace }}/.github/octokit/index.js')
133+
const { getAccessToken } = await import('${{ github.workspace }}/xero-ruby/.github/octokit/index.js')
134134
const token = await getAccessToken()
135135
return token
136136
@@ -149,6 +149,6 @@ jobs:
149149
"url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}",
150150
"environment": "test",
151151
"sdk_type": "node",
152-
"cab_key": ${{ github.event.inputs.cab_id }}
152+
"cab_key": "${{ github.event.inputs.cab_id }}"
153153
}
154154
}'

0 commit comments

Comments
 (0)