{"id":14063884,"url":"https://github.com/pcgeek86/publish-powershell-module-action","last_synced_at":"2025-05-16T05:31:47.597Z","repository":{"id":41466049,"uuid":"299452521","full_name":"pcgeek86/publish-powershell-module-action","owner":"pcgeek86","description":"This GitHub Action helps publish your PowerShell module to the PowerShell Gallery automatically.","archived":false,"fork":false,"pushed_at":"2021-08-19T20:16:23.000Z","size":23,"stargazers_count":23,"open_issues_count":4,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-08T00:03:24.621Z","etag":null,"topics":["cicd","devops","powershell"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pcgeek86.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-28T23:11:32.000Z","updated_at":"2025-03-24T20:52:33.000Z","dependencies_parsed_at":"2023-01-11T17:22:06.568Z","dependency_job_id":null,"html_url":"https://github.com/pcgeek86/publish-powershell-module-action","commit_stats":{"total_commits":27,"total_committers":5,"mean_commits":5.4,"dds":"0.40740740740740744","last_synced_commit":"7c0bb5c0041e699d64298cf22b1e27e5cf9a5f73"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcgeek86%2Fpublish-powershell-module-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcgeek86%2Fpublish-powershell-module-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcgeek86%2Fpublish-powershell-module-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcgeek86%2Fpublish-powershell-module-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pcgeek86","download_url":"https://codeload.github.com/pcgeek86/publish-powershell-module-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254474310,"owners_count":22077260,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cicd","devops","powershell"],"created_at":"2024-08-13T07:03:33.401Z","updated_at":"2025-05-16T05:31:47.274Z","avatar_url":"https://github.com/pcgeek86.png","language":"PowerShell","funding_links":[],"categories":["PowerShell"],"sub_categories":[],"readme":"## Publish PowerShell Module\n\nThis GitHub Action enables you to publish a PowerShell module to the [PowerShell Gallery](https://powershellgallery.com).\n\n## Usage\n\n1. Add a GitHub Actions Workflow configuration to your GitHub project, under `.github/workflows/main.yml`\n2. Configure a secret on your GitHub repository, containing your PowerShell Gallery NuGet API key\n3. Add the following step to your GitHub Actions job\n\nFor example, if you named your secret `PS_GALLERY_KEY`:\n\n```\n      - name: Publish Module to PowerShell Gallery\n        uses: pcgeek86/publish-powershell-module-action@v20\n        id: publish-module\n        with:\n          NuGetApiKey: ${{ secrets.PS_GALLERY_KEY }}\n```\n\n## Assumptions\n\n* You're writing a PowerShell script module (not a compiled module)\n* Your module is contained within a subfolder of your GitHub repository\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcgeek86%2Fpublish-powershell-module-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpcgeek86%2Fpublish-powershell-module-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcgeek86%2Fpublish-powershell-module-action/lists"}