Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Night-stars-1 committed Jul 20, 2023
1 parent 8b192fa commit 19b3757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
- name: Automerge
uses: 'pascalgn/automerge-action@v0.15.6'
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
GITHUB_TOKEN: '${{ secrets.SRA_TOKEN }}'
MERGE_LABELS: ''
2 changes: 1 addition & 1 deletion .github/workflows/upload-to-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
repo_token: "${{ secrets.SRA_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "预构建版本"

0 comments on commit 19b3757

Please sign in to comment.