Skip to content

Commit

Permalink
workflows: scary name (sigstore#72)
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw committed Apr 24, 2023
1 parent a500de7 commit c872a7d
Showing 1 changed file with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
name: OIDC
# !! DANGER !!
#
# This workflow retrieves an OIDC identity token from GitHub Actions
# and INTENTIONALLY leaks it as an artifact. As a result, the leaked
# token is NOT SECRET AND MUST NOT BE CONSIDERED A VALID IDENTITY
# FOR SIGNING OR ANY OTHER PURPOSE.

name: Extremely dangerous OIDC broadcaster

# Run every 5 minutes so we always have a valid OIDC token for clients to use.
on:
Expand All @@ -15,7 +22,7 @@ concurrency:
cancel-in-progress: true

jobs:
oidc:
extremely-dangerous-oidc-broadcaster:
permissions:
# Needed to access the workflow's OIDC identity.
id-token: write
Expand Down

0 comments on commit c872a7d

Please sign in to comment.