Skip to content

Commit

Permalink
Top-level permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
vycius committed Jul 18, 2023
1 parent 3a5eb99 commit 318babd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ on:
branches: [ main ]
pull_request:

permissions: { }

jobs:
build-test:
name: Build and test
runs-on: ubuntu-latest
timeout-minutes: 15
permissions:
contents: read

services:
postgres:
Expand Down Expand Up @@ -53,6 +57,7 @@ jobs:
timeout-minutes: 10
permissions:
contents: read
packages: read
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 318babd

Please sign in to comment.