Skip to content

Commit

Permalink
GH actions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
russss committed Sep 12, 2024
1 parent b17569e commit 316117c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,17 @@ on:
- cron: '0 * * * *'
workflow_dispatch:

permissions:
contents: read
pages: write
id-token: write

jobs:
test:
uses: ./.github/workflows/test.yml

build:
needs: test
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 316117c

Please sign in to comment.