Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Sep 21, 2023
1 parent c2421fd commit c0eb4f8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/Test.GitHub.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Publish [GitHub]

on:
workflow_dispatch:

jobs:
TestGitHub:
name: Test GitHub
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ github.token }} # Used for GitHub CLI authentication
steps:
- name: Run Build-Module
shell: pwsh
run: |
Install-Module -Name GitHub -Verbose -Force
Get-GitHubConfig

0 comments on commit c0eb4f8

Please sign in to comment.