diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 31ee4bb..2376eef 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,13 +12,6 @@ jobs: build_and_create_artifact: name: Build and create artifacts runs-on: ubuntu-latest - permissions: - deployments: write - contents: write - packages: write - statuses: write - actions: write - checks: read steps: # Checkout - name: Checkout repository