mirror of
https://github.com/google-github-actions/auth.git
synced 2026-06-08 21:17:04 +00:00
docs: note checkout must come first
This commit is contained in:
parent
54924dbbed
commit
88fbfac1f6
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ jobs:
|
||||||
id-token: 'write'
|
id-token: 'write'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
# actions/checkout MUST come before auth
|
||||||
- uses: 'actions/checkout@v2'
|
- uses: 'actions/checkout@v2'
|
||||||
|
|
||||||
- id: 'auth'
|
- id: 'auth'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue