Skip to content

Commit

Permalink
chore: created local '.github/workflows/push_main.yml' from remote 's…
Browse files Browse the repository at this point in the history
…hared-files/github-actions/push_main.yml.njk'
  • Loading branch information
github-actions[bot] committed Dec 31, 2024
1 parent c4aa655 commit 3e09f66
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/push_main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# --------------------------------------------------------------
# WARNING: This file is managed by centralized sync management system.
# Do not edit this file directly, your changes will be overwritten.
# See https://github.com/orange-cloudavenue/workflows for more information.
# --------------------------------------------------------------
name: Push main
on:
push:
branches:
- main
workflow_dispatch:

concurrency:
group: ${{ github.ref }}-${{ github.head_ref }}-main
cancel-in-progress: true

permissions:
contents: write

jobs:
request-doc-update
name: "Request doc update"
uses: orange-cloudavenue/workflows/.github/workflows/doc_request-update.yml@main
secrets:
TOKEN: ${{ secrets.CHANGELOG_PAT }}

0 comments on commit 3e09f66

Please sign in to comment.