From b574e6db5060fafbf91fafb5c1e2e824fe5e11db Mon Sep 17 00:00:00 2001 From: Sven Pfleiderer Date: Wed, 26 May 2021 10:55:50 -0700 Subject: [PATCH] Add notice about third party actions --- ci/docker-publish.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ci/docker-publish.yml b/ci/docker-publish.yml index 6152fde..63b02f2 100644 --- a/ci/docker-publish.yml +++ b/ci/docker-publish.yml @@ -1,5 +1,10 @@ name: Docker +# This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. + on: push: branches: [ $default-branch ]