Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaina committed Jan 17, 2024
1 parent d59ee7e commit c23fcb6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/create-target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
type: string
description: 'User name'
default: 'github-actions[bot]'
secrets:
GITHUB_TOKEN:
description: 'GITHUB_TOKEN'
required: true

permissions:
contents: write
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/dispatch-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:
type: string
description: 'User name'
default: 'github-actions[bot]'
secrets:
GITHUB_TOKEN:
description: 'GITHUB_TOKEN'
required: true

permissions:
contents: write
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,10 @@ jobs:
with:
pr_number: ${{ needs.get-prs.outputs.pr_number }}
user: 'LuckyBeast'
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

create-target:
uses: ./.github/workflows/create-target.yml
needs: get-prs
if: ${{ needs.get-prs.outputs.pr_number != '' }}
with:
user: 'LuckyBeast'
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c23fcb6

Please sign in to comment.