Skip to content

Bump omec-project/.github/.github/workflows/make-target-reuse.yml (#72) #11

Bump omec-project/.github/.github/workflows/make-target-reuse.yml (#72)

Bump omec-project/.github/.github/workflows/make-target-reuse.yml (#72) #11

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0
# Copyright 2024 Intel Corporation
name: Publish Docs Workflow
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
validate:
permissions:
contents: write
actions: read
id-token: write
uses: omec-project/.github/.github/workflows/validate.yml@453e42d23f0366133ec7c053ee92a97f374f3ac5 # v0.0.1
with:
branch_name: ${{ github.ref }}
tag-github:
permissions:
contents: write
actions: read
id-token: write
uses: omec-project/.github/.github/workflows/tag-github.yml@53d4a413210952112117fc4c6e2cf384f09188af # v0.0.2
secrets: inherit
update-version:
needs: tag-github
permissions:
contents: write
pull-requests: write
actions: read
id-token: write
uses: omec-project/.github/.github/workflows/update-version.yml@453e42d23f0366133ec7c053ee92a97f374f3ac5 # v0.0.1
with:
changed: ${{ needs.tag-github.outputs.changed }}
version: ${{ needs.tag-github.outputs.version }}
secrets: inherit
publish:
if: github.repository_owner == 'omec-project'
permissions:
contents: write
actions: read
id-token: write
uses: omec-project/.github/.github/workflows/publish-docs.yml@453e42d23f0366133ec7c053ee92a97f374f3ac5 # v0.0.1
secrets: inherit
with:
branch_name: ${{ github.ref }}