Skip to content

Commit 13b2454

Browse files
ci: remove unnecessary config (#363)
1 parent 1d33d64 commit 13b2454

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/autofix.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v6.0.2
22-
with:
23-
fetch-depth: 0
2422
- name: Setup Tools
2523
uses: ./.github/setup
2624
- name: Fix formatting

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ permissions:
1515
contents: write
1616
id-token: write
1717
pull-requests: write
18-
issues: write
1918

2019
jobs:
2120
release:
@@ -39,8 +38,6 @@ jobs:
3938
publish: pnpm run changeset:publish
4039
commit: 'ci: Version Packages'
4140
title: 'ci: Version Packages'
42-
env:
43-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4441
- name: Comment on PRs and issues about release
4542
if: steps.changesets.outputs.published == 'true'
4643
uses: ./.github/comment-on-release

0 commit comments

Comments
 (0)