From ebd0184dc1739ef661e8d87f56fb8313cc548e8a Mon Sep 17 00:00:00 2001 From: Casey Buto Date: Wed, 20 Sep 2023 11:23:20 -0400 Subject: [PATCH] ci: use ci token instead of repo token for pushing tags --- .github/workflows/create-dev-tag.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/create-dev-tag.yml b/.github/workflows/create-dev-tag.yml index a3d91204f4..f75a381115 100644 --- a/.github/workflows/create-dev-tag.yml +++ b/.github/workflows/create-dev-tag.yml @@ -9,6 +9,7 @@ on: env: GOWORK: off GOPRIVATE: github.com/mesosphere + GH_ACCESS_TOKEN: ${{ secrets.MESOSPHERECI_USER_TOKEN }} permissions: contents: write