Skip to content

Commit

Permalink
test: set GITHUB_TOKEN in dev-test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jun 2, 2024
1 parent 56083f8 commit 4334313
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ jobs:
container:
image: ghcr.io/jdx/mise:dev
needs: [dev]
env:
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- run: cargo install --path . --debug
Expand Down

0 comments on commit 4334313

Please sign in to comment.