Skip to content

Commit

Permalink
Update to template workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Oct 21, 2023
1 parent 17dfdd2 commit 81d0f20
Showing 1 changed file with 5 additions and 30 deletions.
35 changes: 5 additions & 30 deletions .github/workflows/Process-PSModule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,12 @@ name: Process-PSModule

on:
push:
branches:
- '*'
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}

jobs:
Process-PSModule:
name: Process-PSModule
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4

- name: Initialize-PSModule
uses: PSModule/Initialize-PSModule@main
with:
Verbose: true

- name: Build-PSModule
uses: PSModule/Build-PSModule@main
with:
Verbose: true

- name: Test-PSModule
uses: PSModule/Test-PSModule@main
with:
Verbose: true

- name: Release-PSModule
uses: PSModule/Release-PSModule@main
with:
APIKey: ${{ secrets.APIKEY }}
Verbose: true
env:
GH_TOKEN: ${{ github.token }} # Used for GitHub CLI authentication
uses: PSModule/Actions/.github/workflows/Process-PSModule.yml@main
secrets: inherit

0 comments on commit 81d0f20

Please sign in to comment.