Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update push-modio-docs.yml #7

Merged
merged 1 commit into from
Jun 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 1 addition & 13 deletions .github/workflows/push-modio-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,7 @@ jobs:
commit-message: "docs: updating public docs (dependencies) from modio-docs repo"
target-branch: main
target-directory: public/Game Management/Dependencies

- name: Push public metrics docs to modio-docs-internal
uses: cpina/github-action-push-to-another-repository@main
env:
API_TOKEN_GITHUB: ${{ secrets.DOCS_ACCESS_TOKEN }}
with:
source-directory: 'public/Game Management/Metrics'
destination-github-username: "modio"
destination-repository-name: "modio-docs-internal"
commit-message: "docs: updating public docs (metrics) from modio-docs"
target-branch: main
target-directory: public/Game Management/Metrics


- name: Push public moderation docs to modio-docs-internal
uses: cpina/github-action-push-to-another-repository@main
env:
Expand Down