Skip to content

Commit

Permalink
Update secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz authored Jun 22, 2024
1 parent 848c885 commit 9512a4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
echo "Version update for ${{ github.event.client_payload.package_name }} -> ${{ github.event.client_payload.package_version }} requested"
- uses: actions/checkout@v4
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
token: ${{ secrets.TOOL_REPO_ACCESS_TOKEN }}
fetch-depth: 0

- name: Tag and push
shell: bash
run: |
git tag ${{ github.event.client_payload.package_version }}
git push origin ${{ github.event.client_payload.package_version }}
git push origin ${{ github.event.client_payload.package_version }}

0 comments on commit 9512a4f

Please sign in to comment.