diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9344c7b..98d001e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,5 +1,9 @@ name: "Automated Tests" on: [push, pull_request] +permissions: + id-token: write + contents: read + checks: write jobs: build: name: BATS tests