ci: fix hasher permissions

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2023-01-31 16:31:40 +01:00
parent e0354826e0
commit e5a2e519a3

View File

@ -14,6 +14,9 @@ on:
jobs: jobs:
hash: hash:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
permissions:
contents: read
packages: write
steps: steps:
- name: Only run on main branch - name: Only run on main branch
if: github.ref != 'refs/heads/main' if: github.ref != 'refs/heads/main'