From f4feaf95002f3d6307d163586d70a337cf214efa Mon Sep 17 00:00:00 2001 From: Andrey Sokolovskiy Date: Wed, 11 Dec 2024 03:57:45 +0700 Subject: [PATCH] remove stale --- .gitea/workflows/main.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index 3838d72..977cc68 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -8,11 +8,6 @@ jobs: runs-on: ubuntu-latest container: image: catthehacker/ubuntu:act-22.04 - permissions: - packages: write - contents: read - attestations: write - id-token: write steps: - name: Check out the repo uses: actions/checkout@v4