Skip to content

Commit 11903f8

Browse files
author
sangeet-joy_xero
committed
removed the protect-env for testing
1 parent 0188c28 commit 11903f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
publish:
1212
runs-on: ubuntu-latest
13-
environment: protected-env
13+
# environment: protected-env
1414
outputs:
1515
release_number: ${{steps.get_latest_release_number.outputs.release_tag}}
1616
permissions:
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Install octokit dependencies
7474
run: npm i
75-
working-directory: ${{ github.workspace }}/.github/octokit
75+
working-directory: xero-node/.github/octokit
7676

7777
- name: Get github app access token
7878
id: get_access_token

0 commit comments

Comments
 (0)