Skip to content

Commit

Permalink
set GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
zvkemp committed Jul 31, 2024
1 parent c78ed8f commit aa70d92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
name: Open Release PR
timeout-minutes: 30
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ github.token }}
steps:
- name: check out repository
uses: actions/checkout@v4
Expand All @@ -37,5 +39,5 @@ jobs:
gh pr create \
--title "release ${BUILD_INFO}" \
--body "do not delete the following lines:\n${{ inputs.skylight_release_timestamp }}\n${{ inputs.skylight_tar_checksum }}" \
--head "${BUILD_INFO}" \
--head "${BRANCH_NAME}" \
--base "main"

0 comments on commit aa70d92

Please sign in to comment.