Skip to content

actions-marketplace-validations/finphie_GitHubSecretsSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHubSecretsSync

Build(.NET) NuGet Azure Artifacts

日本語 (Japanese)

This is an application to synchronize GitHub Actions secrets.

Description

GitHubSecretsSync is an application for configuring GitHub Actions secrets.

Usage

Action

on:
  workflow_dispatch:

jobs:
  sync-github-secrets:
    runs-on: ubuntu-latest

    steps:
      - name: GitHub Secrets Sync
        uses: finphie/[email protected]
        with:
          repository: GitHubSecretsSync
          secrets: |
            API_KEY_1
            API_KEY_2
        env:
          GITHUB_TOKEN: ${{ secrets.TOKEN }}

.NET tool

GitHubSecretsSync actions \
    --repository GitHubSecretsSync \
    --secrets API_KEY_1,API_KEY_2

Arguments

Argument Required Default Description
repository true - "owner/repo" format repository name.
secrets true - List of GitHub Actions Secrets to be synchronized. Specify separated by commas, spaces, or newlines.

Environment Variables

Variable Name Required Default Description
GITHUB_TOKEN true - Token with write permission to Secrets.

Author

finphie

License

MIT

Credits

This project uses the following libraries, etc.

Libraries

Analyzers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •