Skip to content

Commit

Permalink
fix(action_integration_test): Switch update test to secrets.github_to…
Browse files Browse the repository at this point in the history
…ken, so that it can be replaced with a pat.
  • Loading branch information
Noahnc committed Nov 30, 2023
1 parent 6b98fc6 commit 0ea227c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/action_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
report_only: false
target_branch_name: "feat/infrapatch_test_${{ github.run_number }}"
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Check update result
shell: pwsh
Expand Down

0 comments on commit 0ea227c

Please sign in to comment.