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:
|
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
|
||||||
|
|
Loading…
Reference in a new issue