Created
July 26, 2019 19:54
-
-
Save amarrella/d7305bbf80e71dfdcab227cabff86447 to your computer and use it in GitHub Desktop.
dhall broken hash example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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