https://github.com/keyfactor/action-assign-topics
Assign topics based on integration_type
https://github.com/keyfactor/action-assign-topics
Last synced: about 1 year ago
JSON representation
Assign topics based on integration_type
- Host: GitHub
- URL: https://github.com/keyfactor/action-assign-topics
- Owner: Keyfactor
- License: apache-2.0
- Created: 2023-07-12T00:31:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T16:02:37.000Z (over 2 years ago)
- Last Synced: 2025-02-09T21:19:12.824Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# action-assign-topics
Assign topics based on integration_type
```
name: Update Repo Settings
on: [workflow_dispatch]
jobs:
read_type:
runs-on: ubuntu-latest
name: A test job to read the integration_type from integration-manifest.json
steps:
# To use this repository's private action,
# you must check out the repository
# Temporarily public, testing in personal Org
- name: Checkout
uses: actions/checkout@v3
with:
repo-token: ${{ secrets.GH_REPO_CONFIG}}
- name: Update topic from integration_type
id: update
uses: keyfactor/action-assign-topics@main
with:
input-file: integration-manifest.json
repo-token: ${{ secrets.GH_REPO_CONFIG}}