Merge pull request #5 from Ragdata/dependabot/github_actions/peter-ev… #6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#################################################################### | ||
# repo-manager.call-local.yml | ||
#################################################################### | ||
# Ragdata's Repo Manager Local Caller Workflow | ||
# | ||
# File: repo-manager.call-local.yml | ||
# Version: 1.0 | ||
# Author: Ragdata | ||
# Date: 12/08/2024 | ||
# License: MIT License | ||
# Copyright: Copyright © 2024 Redeyed Technologies | ||
#################################################################### | ||
name: Repo Manager | ||
on: | ||
# Allows for manual triggering via the Actions tab | ||
workflow_dispatch: | ||
jobs: | ||
call_reusable_workflow: | ||
permissions: | ||
contents: write | ||
uses: ./github/workflows/repo-manager.yml | ||
secrets: | ||
token: ${{ secrets.GITHUB_TOKEN }} |