Skip to content

Commit b10babd

Browse files
authored
chore: remove reundant permissions in GitHub Actions (#373)
1 parent 5cb20df commit b10babd

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

.github/workflows/devcontainer.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ concurrency:
55
jobs:
66
dev-container-publish:
77
permissions:
8-
contents: read
98
packages: write
109
runs-on: ubuntu-22.04
1110
steps:

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
container-publish:
5454
needs: release-publish
5555
permissions:
56-
contents: read
5756
packages: write
5857
runs-on: ubuntu-22.04
5958
steps:

template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/devcontainer.yml.jinja

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ concurrency:
66
jobs:
77
dev-container-publish:
88
permissions:
9-
contents: read
109
packages: write
1110
runs-on: ubuntu-22.04
1211
steps:

template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/release.yml.jinja

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
5454
container-publish:
5555
needs: release-publish
5656
permissions:
57-
contents: read
5857
packages: write
5958
runs-on: ubuntu-22.04
6059
steps:

0 commit comments

Comments
 (0)