Skip to content

Commit

Permalink
Chore: Subsitute previous repository content action with replacement …
Browse files Browse the repository at this point in the history
…workflow (#122)

Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
  • Loading branch information
ModeSevenIndustrialSolutions authored Oct 24, 2024
1 parent 5be4bef commit 580d026
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
secrets:
ONE_PASSWORD_DEVELOPMENT: ${{ secrets.ONE_PASSWORD_DEVELOPMENT }}

repository:
name: "Repository"
uses: os-climate/osc-github-devops/.github/workflows/repository.yaml@main
permissions:
# Required for action that creates labels: github-mandatory-labels
contents: write

test:
name: "Synthetic Tests"
runs-on: ubuntu-latest
Expand Down Expand Up @@ -97,11 +104,6 @@ jobs:
echo "MATCHES_REPO_NAME: $MATCHES_REPO_NAME"
fi
- name: "Action: repository-classify-content"
id: repository-classify-content
# yamllint disable-line rule:line-length
uses: os-climate/osc-github-devops/.github/actions/repository-content-classify@main

- name: "Extract TOX stanza"
id: tox-stanza
# yamllint disable-line rule:line-length
Expand Down

0 comments on commit 580d026

Please sign in to comment.