Skip to content

Commit

Permalink
bug: no gh token
Browse files Browse the repository at this point in the history
  • Loading branch information
ebolyen committed Dec 20, 2023
1 parent ca7d4d9 commit b0d0191
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/create-prepare-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
- name: get workflow id
id: get-id
shell: bash
env:
GH_TOKEN: ${{ github.token }}h
run: |
sleep 30 # let the workflow start
echo run-id=$(
Expand All @@ -82,6 +84,8 @@ jobs:

- name: merge trial
shell: bash
env:
GH_TOKEN: ${{ github.token }}h
run: |
gh api \
--method PUT \
Expand Down

0 comments on commit b0d0191

Please sign in to comment.