Skip to content

Commit

Permalink
ci: use ci token instead of repo token for pushing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
cbuto committed Sep 20, 2023
1 parent ad73f75 commit ebd0184
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-dev-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
env:
GOWORK: off
GOPRIVATE: github.com/mesosphere
GH_ACCESS_TOKEN: ${{ secrets.MESOSPHERECI_USER_TOKEN }}

permissions:
contents: write
Expand Down

0 comments on commit ebd0184

Please sign in to comment.