Skip to content

Commit

Permalink
Merge pull request #145 from JoshuaKGoldberg/fix-workflow-orgs
Browse files Browse the repository at this point in the history
chore: fix workflow orgs for contributors, release
  • Loading branch information
JoshuaKGoldberg authored Nov 18, 2023
2 parents 9a115a3 + 2e06089 commit 0cc1866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: ./.github/actions/prepare
- env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
uses: omnidan/[email protected]
uses: JoshuaKGoldberg/[email protected]

name: Contributors

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
uses: omnidan/[email protected]
uses: JoshuaKGoldberg/[email protected]

name: Release

Expand Down

0 comments on commit 0cc1866

Please sign in to comment.