Skip to content

Commit

Permalink
add GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehonal authored Mar 28, 2024
1 parent 7998fc8 commit 14fd9a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions better-dependabot/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ runs:
shell: bash
env:
GITHUB_TOKEN: ${{ inputs.token }}
GH_TOKEN: ${{ inputs.token }}

- name: Create Pull Request
working-directory: ${{ inputs.working_directory }}
Expand All @@ -142,4 +143,5 @@ runs:
shell: bash
env:
GITHUB_TOKEN: ${{ inputs.token }}
GH_TOKEN: ${{ inputs.token }}

0 comments on commit 14fd9a0

Please sign in to comment.