diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9fcfe77..f3c2ad8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,10 +7,15 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: +permissions: {} + jobs: build: runs-on: ubuntu-latest - + permissions: + contents: write + id-token: write + pull-requests: write steps: - uses: actions/checkout@v3 with: