From e1250b97ba2451467b1fce72493c0348b9ad8acb Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Thu, 12 Aug 2021 18:29:42 -0400 Subject: [PATCH] Add GH Actions comment --- .github/workflows/cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b40ccfd03..9d332865b 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -54,6 +54,8 @@ jobs: # https://github.com/goreleaser/goreleaser/discussions/1534 args: -f .goreleaser.yml --snapshot + # Must add GH Actions write access + # https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions - name: Push Docker images if: github.event_name == 'push' run: |