Skip to content

Commit

Permalink
fixed permissions in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
infinityofspace committed Sep 27, 2024
1 parent ec36a97 commit e2d9b57
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
runs-on: ubuntu-latest
permissions:
id-token: write
packages: write
contents: read
attestations: write

steps:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/docker-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
runs-on: ubuntu-latest
permissions:
id-token: write
packages: write
contents: read
attestations: write

steps:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/docker-publish-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
runs-on: ubuntu-latest
permissions:
id-token: write
packages: write
contents: read
attestations: write

steps:
Expand Down

0 comments on commit e2d9b57

Please sign in to comment.