Skip to content

GitHub Action to set repository's description.

License

Notifications You must be signed in to change notification settings

rtvu/set-repository-description-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SET-REPOSITORY-DESCRIPTION-ACTION

GitHub Action to set repository's description.

Usage

name: 'Set repository description'
uses: rtvu/set-repository-description-action@v1
with:
  description: 'Description of repository'
  token: ${{ secrets.REPOSITORY_TOKEN}}

Inputs

Name Description Default
description Description of repository
repository Name of repository with format <OWNER>/<REPOSITORY> ${{ github.repository }}
token GitHub token1

Footnotes

  1. Cannot use GITHUB_TOKEN. Token requires permission: administration=write