Skip to content

Commit

Permalink
chore: checkout .github for config file
Browse files Browse the repository at this point in the history
  • Loading branch information
velramiir committed Sep 27, 2023
1 parent 8159b5c commit 124348a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/generate-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ jobs:
with:
ref: "main"

- name: Check Out .github Repository
uses: actions/checkout@v3
with:
repository: "dot-base/.github"
ref: "main"
path: "actions-repo"
token: ${{ secrets.GH_BOT_PAT }}

- name: Install conventional-changelog
run: |
npm i conventional-changelog-conventionalcommits
Expand All @@ -26,7 +34,7 @@ jobs:
skip-version-file: "true"
skip-commit: "true"
git-push: "false"
config-file-path: "dot-base/.github/.github/changelog.config.js@main"
config-file-path: "actions-repo/.github/changelog.config.js"
create-summary: true

- name: Print Changelog Output Tag
Expand Down

0 comments on commit 124348a

Please sign in to comment.