Skip to content

Commit

Permalink
Set GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Oct 7, 2024
1 parent 72e47c8 commit 31c88af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/concretize-current-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: GH_TOKEN
shell: bash
run: echo "GITHUB_TOKEN=${GH_TOKEN}" >> $GITHUB_ENV

- name: Start container
run: |
name=$(echo "${{ github.event.repository.name }}" | tr '[:upper:]' '[:lower:]')
Expand Down

0 comments on commit 31c88af

Please sign in to comment.