Skip to content

Commit

Permalink
Merge pull request #1861 from nerdalert/tag-perms
Browse files Browse the repository at this point in the history
Add a github token env to promote
  • Loading branch information
nerdalert authored Jan 26, 2024
2 parents a99913a + 6287cf0 commit e341a38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ jobs:
git fetch --tags
git tag prod-previous prod --force
git tag prod --force
git push origin prod prod-previous --force
git push origin prod prod-previous --force
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

build-packages:
# Sync the agent binary in s3 /download with the prod promotion in the update-prod job
Expand Down

0 comments on commit e341a38

Please sign in to comment.