Skip to content

Commit cd1d669

Browse files
committed
[PETOSS-829] renamed package to function name
1 parent d884869 commit cd1d669

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-health-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: Install octokit dependencies
3939
run: npm i
40-
working-directory: ${{ github.workspace }}/.github/octokit
40+
working-directory: ${{ github.workspace }}/.github/get-access-token
4141

4242
- name: Get github app access token
4343
id: get_access_token
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
result-encoding: string
5050
script: |
51-
const { getAccessToken } = await import('${{ github.workspace }}/.github/octokit/index.js')
51+
const { getAccessToken } = await import('${{ github.workspace }}/.github/get-access-token/index.js')
5252
const token = await getAccessToken()
5353
return token
5454

0 commit comments

Comments
 (0)