Skip to content

Commit

Permalink
docs: simplify permissions in workflow examples (#46)
Browse files Browse the repository at this point in the history
Signed-off-by: Jamie Magee <jamie.magee@gmail.com>
  • Loading branch information
JamieMagee committed Jan 3, 2022
1 parent 8eebefc commit 12d5f6d
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions README.md
Expand Up @@ -27,15 +27,6 @@ jobs:

permissions:
actions: none
checks: none
contents: none
deployments: none
issues: none
packages: none
pull-requests: none
repository-projects: none
security-events: none
statuses: none

name: Install Cosign and test presence in path
steps:
Expand All @@ -56,15 +47,6 @@ jobs:

permissions:
actions: none
checks: none
contents: none
deployments: none
issues: none
packages: none
pull-requests: none
repository-projects: none
security-events: none
statuses: none

name: Install Cosign and test presence in path
steps:
Expand All @@ -88,16 +70,8 @@ jobs:
runs-on: ubuntu-latest

permissions:
actions: none
checks: none
contents: read
deployments: none
issues: none
packages: write
pull-requests: none
repository-projects: none
security-events: none
statuses: none
id-token: write # needed for signing the images with GitHub OIDC Token **not production ready**

name: Install Cosign and test presence in path
Expand Down

0 comments on commit 12d5f6d

Please sign in to comment.