We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d884869 commit cd1d669Copy full SHA for cd1d669
3 files changed
.github/octokit/index.js .github/get-access-token/index.js.github/octokit/index.js renamed to .github/get-access-token/index.js
.github/octokit/package.json .github/get-access-token/package.json.github/octokit/package.json renamed to .github/get-access-token/package.json
.github/workflows/pr-health-check.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Install octokit dependencies
39
run: npm i
40
- working-directory: ${{ github.workspace }}/.github/octokit
+ working-directory: ${{ github.workspace }}/.github/get-access-token
41
42
- name: Get github app access token
43
id: get_access_token
@@ -48,7 +48,7 @@ jobs:
48
with:
49
result-encoding: string
50
script: |
51
- const { getAccessToken } = await import('${{ github.workspace }}/.github/octokit/index.js')
+ const { getAccessToken } = await import('${{ github.workspace }}/.github/get-access-token/index.js')
52
const token = await getAccessToken()
53
return token
54
0 commit comments