Skip to content

Commit

Permalink
chore: remove reundant permissions in GitHub Actions (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan authored Mar 7, 2024
1 parent 5cb20df commit b10babd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ concurrency:
jobs:
dev-container-publish:
permissions:
contents: read
packages: write
runs-on: ubuntu-22.04
steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
container-publish:
needs: release-publish
permissions:
contents: read
packages: write
runs-on: ubuntu-22.04
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ concurrency:
jobs:
dev-container-publish:
permissions:
contents: read
packages: write
runs-on: ubuntu-22.04
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
container-publish:
needs: release-publish
permissions:
contents: read
packages: write
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit b10babd

Please sign in to comment.