diff --git a/.github/workflows/update-gpg-keys.yml b/.github/workflows/update-gpg-keys.yml index 4d25695c18..02cb7dffbf 100644 --- a/.github/workflows/update-gpg-keys.yml +++ b/.github/workflows/update-gpg-keys.yml @@ -1,6 +1,5 @@ name: Update GPG keys permissions: - contents: read contents: write on: @@ -21,7 +20,6 @@ jobs: image: ghcr.io/terrapkg/builder:frawhide options: --cap-add=SYS_ADMIN --privileged steps: - steps: - name: Checkout uses: actions/checkout@v6 with: