Skip to content

Commit

Permalink
Auth gets
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jul 25, 2024
1 parent a86ac41 commit ff513ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ concurrency:
jobs:
check-ubuntu-latest:
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ github.token }}
steps:
- uses: actions/checkout@v4

Expand All @@ -32,6 +34,8 @@ jobs:

check-ubuntu-24-04:
runs-on: ubuntu-24.04
env:
GH_TOKEN: ${{ github.token }}
steps:
- name: Check Lair Keystore
run: |
Expand Down

0 comments on commit ff513ce

Please sign in to comment.