diff --git a/.github/actions/setup-js/action.yml b/.github/actions/setup-js/action.yml index 8ae06cf3882..977a52c0c05 100644 --- a/.github/actions/setup-js/action.yml +++ b/.github/actions/setup-js/action.yml @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + name: setup-js description: install node and yarn, and run yarn install inputs: diff --git a/.github/actions/vault-secrets/action.yml b/.github/actions/vault-secrets/action.yml index 23f8ca58371..a9e035c2917 100644 --- a/.github/actions/vault-secrets/action.yml +++ b/.github/actions/vault-secrets/action.yml @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + name: vault-secrets description: 'pull secrets from CI Vault into environment vars' inputs: