Skip to content

Commit

Permalink
Rename prefix of tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
ovlords committed May 31, 2024
1 parent d0cce45 commit 1d4becc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-major-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
- uses: ad-m/github-push-action@master
with:
tags: true
github_token: ${{ secrets.SHINEWORKS_GITHUB_TOKEN }}
github_token: ${{ secrets.SHINEOPENSOURCE_GITHUB_TOKEN }}
branch: ${{ github.ref }}
2 changes: 1 addition & 1 deletion .github/workflows/release-minor-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
- uses: ad-m/github-push-action@master
with:
tags: true
github_token: ${{ secrets.SHINEWORKS_GITHUB_TOKEN }}
github_token: ${{ secrets.SHINEOPENSOURCE_GITHUB_TOKEN }}
branch: ${{ github.ref }}
2 changes: 1 addition & 1 deletion .github/workflows/release-patch-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
- uses: ad-m/github-push-action@master
with:
tags: true
github_token: ${{ secrets.SHINEWORKS_GITHUB_TOKEN }}
github_token: ${{ secrets.SHINEOPENSOURCE_GITHUB_TOKEN }}
branch: ${{ github.ref }}

0 comments on commit 1d4becc

Please sign in to comment.