Skip to content

Commit

Permalink
Set GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed May 10, 2023
1 parent a5c111e commit 1b4b694
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEBUG: true
steps:
- name: Check out source code
Expand Down Expand Up @@ -83,6 +84,7 @@ jobs:
container:
image: debian:latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEBUG: true
steps:
- name: Check out source code
Expand Down

0 comments on commit 1b4b694

Please sign in to comment.