mirror of
https://github.com/google-github-actions/auth.git
synced 2026-06-08 12:17:05 +00:00
chore: add read privileges to readme (#18)
This commit is contained in:
parent
0583f8fbeb
commit
f8bb88e07e
1 changed files with 4 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ jobs:
|
||||||
|
|
||||||
# Add "id-token" with the intended permissions.
|
# Add "id-token" with the intended permissions.
|
||||||
permissions:
|
permissions:
|
||||||
|
contents: read
|
||||||
id-token: 'write'
|
id-token: 'write'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -156,6 +157,7 @@ jobs:
|
||||||
|
|
||||||
# Add "id-token" with the intended permissions.
|
# Add "id-token" with the intended permissions.
|
||||||
permissions:
|
permissions:
|
||||||
|
contents: read
|
||||||
id-token: 'write'
|
id-token: 'write'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -201,6 +203,7 @@ jobs:
|
||||||
|
|
||||||
# Add "id-token" with the intended permissions.
|
# Add "id-token" with the intended permissions.
|
||||||
permissions:
|
permissions:
|
||||||
|
contents: read
|
||||||
id-token: 'write'
|
id-token: 'write'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -235,6 +238,7 @@ jobs:
|
||||||
|
|
||||||
# Add "id-token" with the intended permissions.
|
# Add "id-token" with the intended permissions.
|
||||||
permissions:
|
permissions:
|
||||||
|
contents: read
|
||||||
id-token: 'write'
|
id-token: 'write'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue