Skip to content

Commit

Permalink
Merge pull request #1862 from nerdalert/v4-token
Browse files Browse the repository at this point in the history
Add a token for checkout@v4
  • Loading branch information
nerdalert authored Jan 26, 2024
2 parents e341a38 + e5bd107 commit c9083ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,15 @@ jobs:
uses: actions/checkout@v4
with:
ref: "qa"
token: ${{ secrets.GITHUB_TOKEN }}

- name: Promote to the prod Tag
shell: bash
run: |
git fetch --tags
git tag prod-previous prod --force
git tag prod --force
git push origin prod prod-previous --force
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
git push origin prod prod-previous --force
build-packages:
# Sync the agent binary in s3 /download with the prod promotion in the update-prod job
Expand Down

0 comments on commit c9083ef

Please sign in to comment.