Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
小滋润 committed Oct 22, 2024
1 parent 82cc039 commit 8937368
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/common-create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
required: true
type: boolean

secrets:
GITHUB_TOKEN:
required: true
jobs:
create-release:
runs-on: ubuntu-latest
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/push-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
uses: ./.github/workflows/common-create-release.yml
with:
draft: true
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

push-image:
uses: ./.github/workflows/common-push-image.yml
Expand Down

0 comments on commit 8937368

Please sign in to comment.