https://github.com/keyfactor/action-update-description
Update the description of a repository based on json properties
https://github.com/keyfactor/action-update-description
kf-actions
Last synced: 10 months ago
JSON representation
Update the description of a repository based on json properties
- Host: GitHub
- URL: https://github.com/keyfactor/action-update-description
- Owner: Keyfactor
- License: apache-2.0
- Created: 2023-07-13T23:32:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T23:33:13.000Z (over 2 years ago)
- Last Synced: 2025-02-09T21:19:12.554Z (11 months ago)
- Topics: kf-actions
- Language: JavaScript
- Homepage:
- Size: 159 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}}