Skip to content

Commit

Permalink
patch: test
Browse files Browse the repository at this point in the history
  • Loading branch information
tibrnui committed Aug 26, 2024
1 parent 9fb60a6 commit 311fbb6
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,24 @@ on:
types: [ opened, synchronize, reopened ]
workflow_dispatch:

permissions:
contents: write
pages: write

jobs:
use_api:
runs-on: ubuntu-latest
permissions:
actions: write
attestations: write
checks: write
contents: write
deployments: write
id-token: write
issues: write
discussions: write
packages: write
pages: write
pull-requests: write
repository-projects: write
security-events: write
statuses: write
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 311fbb6

Please sign in to comment.