Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Sep 21, 2023
1 parent bf80f74 commit 4a74695
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/Test.GitHub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@ name: Test [GitHub]
on:
workflow_dispatch:

permissions: write-all

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

0 comments on commit 4a74695

Please sign in to comment.