Skip to content

Commit

Permalink
Merge branch 'main' into v2
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaina committed Jun 3, 2024
2 parents 3a267a7 + aeea536 commit 39c4d51
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/create-target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ on:
description: 'App ID for app to create release'
RELEASE_APP_PRIVATE_KEY:
description: 'Private key for app to create release'
RULESET_EDIT_APP_ID:
description: 'App ID for app to edit rulesets'
RULESET_EDIT_APP_PRIVATE_KEY:
description: 'Private key for app to edit rulesets'

permissions:
contents: write
issues: write
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ on:
description: 'App ID for app to create release'
RELEASE_APP_PRIVATE_KEY:
description: 'Private key for app to create release'
RULESET_EDIT_APP_ID:
description: 'App ID for app to edit rulesets'
RULESET_EDIT_APP_PRIVATE_KEY:
description: 'Private key for app to edit rulesets'

permissions:
contents: write
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release-with-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ jobs:
secrets:
RELEASE_APP_ID: ${{ secrets.RELEASE_APP_ID }}
RELEASE_APP_PRIVATE_KEY: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}
RULESET_EDIT_APP_ID: ${{ secrets.RULESET_EDIT_APP_ID }}
RULESET_EDIT_APP_PRIVATE_KEY: ${{ secrets.RULESET_EDIT_APP_PRIVATE_KEY }}

create-prerelease:
uses: misskey-dev/release-manager-actions/.github/workflows/create-prerelease.yml@v2
Expand Down Expand Up @@ -127,5 +125,3 @@ jobs:
secrets:
RELEASE_APP_ID: ${{ secrets.RELEASE_APP_ID }}
RELEASE_APP_PRIVATE_KEY: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}
RULESET_EDIT_APP_ID: ${{ secrets.RULESET_EDIT_APP_ID }}
RULESET_EDIT_APP_PRIVATE_KEY: ${{ secrets.RULESET_EDIT_APP_PRIVATE_KEY }}

0 comments on commit 39c4d51

Please sign in to comment.