github.com/yogeshkumararora/slsa-github-generator@v1.10.1-0.20240520161934-11278bd5afb4/actions/delegator/setup-generic/README.md (about)

     1  # setup-token
     2  
     3  The token has the following format:
     4  
     5  ```text
     6  token := B64_BUNDLE.B64_TOKEN
     7  ```
     8  
     9  where
    10  
    11  ```text
    12  B64_TOKEN := base64(JSON_RAW_TOKEN)
    13  B64_BUNDLE := base64(Sign(B64_TOKEN))
    14  ```