Skip to content

Commit 388d062

Browse files
authored
DEVOPS-1626 - Remove overriding of permissions (#1230)
1 parent 90a7389 commit 388d062

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/release-container.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ jobs:
1313
context:
1414
runs-on: ubuntu-latest
1515

16-
permissions:
17-
contents: read
18-
packages: write
19-
2016
steps:
2117
- name: downcase CONTAINER_IMAGE
2218
run: |

.github/workflows/testing-container.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ jobs:
1414
context:
1515
runs-on: ubuntu-latest
1616

17-
permissions:
18-
contents: read
19-
packages: write
20-
2117
steps:
2218
- name: downcase CONTAINER_IMAGE
2319
run: |

0 commit comments

Comments
 (0)