Skip to content

Commit c3ccaed

Browse files
committed
Missed a couple of files
1 parent 14b7381 commit c3ccaed

File tree

2 files changed

+3
-16
lines changed

2 files changed

+3
-16
lines changed

.github/workflows/release-patch-version.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,7 @@
33

44
name: Release (patch)
55

6-
permissions:
7-
# Push release branch and publish release.
8-
contents: write
9-
# Publish to GHCR.
10-
packages: write
11-
# "Keyless" container signing and Azure login.
12-
id-token: write
13-
# GitHub pages publish.
14-
pages: write
6+
permissions: {}
157

168
on:
179
# Allow pipeline to be run manually.

.github/workflows/release-preview-version.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@
33

44
name: Release (preview)
55

6-
permissions:
7-
contents: read
8-
# "Keyless" container signing and Azure login.
9-
id-token: write
10-
# Publish to GHCR.
11-
packages: write
6+
permissions: {}
127

138
on:
149
# Allow pipeline to be run manually.
@@ -34,4 +29,4 @@ jobs:
3429
# "Keyless" container signing
3530
id-token: write
3631
# Publish to GHCR.
37-
packages: write
32+
packages: write

0 commit comments

Comments
 (0)