Skip to content

Commit

Permalink
fix(workflow): use CUSTOM_GITHUB_TOKEN
Browse files Browse the repository at this point in the history
Longhorn 10193

Signed-off-by: Derek Su <[email protected]>
  • Loading branch information
derekbit committed Jan 23, 2025
1 parent e743f9f commit 441aabb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
create-pr:
runs-on: ubuntu-latest
env:
CUSTOM_TOKEN: ${{ secrets.CUSTOM_GITHUB_ACTION_TOKEN }}
CUSTOM_TOKEN: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
steps:
- name: Prepare Packages
run: |
Expand Down

0 comments on commit 441aabb

Please sign in to comment.