fixup! Implemented hard delete on articles throug Deleted Page
This commit is contained in:
parent
1d55ab23f0
commit
50237f0714
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
|
@ -11,6 +11,12 @@ jobs:
|
|||
matrix:
|
||||
image_suffix: ["", "-alpine"]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
attestations: write
|
||||
id-token: write
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in a new issue