Skip to content

Instantly share code, notes, and snippets.

@amarrella
Created July 26, 2019 19:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amarrella/d7305bbf80e71dfdcab227cabff86447 to your computer and use it in GitHub Desktop.
Save amarrella/d7305bbf80e71dfdcab227cabff86447 to your computer and use it in GitHub Desktop.
dhall broken hash example
let settings =
https://raw.githubusercontent.com/my-org/my-private-repository/master/config/shared/iam/Kubernetes.dhall using [ { header =
"Authorization"
, value =
"token ${env:GITHUB_TOKEN as Text}"
}
] sha256:1630c1cb84680beda4654fa955644b94f9afd3c8b176a84f90272417a679f6f3
in settings
let settings =
https://raw.githubusercontent.com/my-org/my-private-repository/master/config/shared/iam/Kubernetes.dhall using [ { header =
"Authorization"
, value =
"token ${env:GITHUB_TOKEN as Text}"
}
]
sha256
: 1630
c1cb84680beda4654fa955644b94f9afd3c8b176a84f90272417a679f6f3
in settings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment