Skip to content

Commit

Permalink
chore: fix deduplicate-yarn workflow (#7178)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored and brophdawg11 committed Aug 16, 2023
1 parent 9bdc908 commit 8779b24
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deduplicate-yarn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: write

jobs:
deduplicate:
if: github.repository == 'remix-run/remix'
Expand All @@ -22,6 +19,8 @@ jobs:
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v3
with:
token: ${{ secrets.FORMAT_PAT }}

- name: ⎔ Setup node
uses: actions/setup-node@v3
Expand Down

0 comments on commit 8779b24

Please sign in to comment.