Skip to content

Commit

Permalink
fix: create pr workflow steps
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiandoetsch committed Jun 19, 2024
1 parent 6940eea commit 1a93386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-cli-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ jobs:
- name: Create PR in CLI to integrate LS
env:
GH_TOKEN: ${{ secrets.HAMMERHEAD_GITHUB_PAT_SNYKLS }}
GITHUB_TOKEN: ${{ secrets.HAMMERHEAD_GITHUB_PAT_SNYKLS }}
run: |
.github/create-cli-pr.sh
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,6 @@ jobs:
- name: Create PR in CLI to integrate LS
env:
GH_TOKEN: ${{ secrets.HAMMERHEAD_GITHUB_PAT_SNYKLS }}
GITHUB_TOKEN: ${{ secrets.HAMMERHEAD_GITHUB_PAT_SNYKLS }}
run: |
.github/create-cli-pr.sh

0 comments on commit 1a93386

Please sign in to comment.