fixup! Implemented hard delete on articles throug Deleted Page

This commit is contained in:
Mia Rose Winter 2024-06-18 09:27:23 +02:00
parent 1d55ab23f0
commit 50237f0714
Signed by: miawinter
GPG key ID: 4B6F6A83178F595E

View file

@ -11,6 +11,12 @@ jobs:
matrix: matrix:
image_suffix: ["", "-alpine"] image_suffix: ["", "-alpine"]
permissions:
contents: read
packages: write
attestations: write
id-token: write
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4