We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0188c28 commit 11903f8Copy full SHA for 11903f8
1 file changed
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ on:
10
jobs:
11
publish:
12
runs-on: ubuntu-latest
13
- environment: protected-env
+ # environment: protected-env
14
outputs:
15
release_number: ${{steps.get_latest_release_number.outputs.release_tag}}
16
permissions:
@@ -72,7 +72,7 @@ jobs:
72
73
- name: Install octokit dependencies
74
run: npm i
75
- working-directory: ${{ github.workspace }}/.github/octokit
+ working-directory: xero-node/.github/octokit
76
77
- name: Get github app access token
78
id: get_access_token
0 commit comments