Skip to content

Commit

Permalink
Testing GitHub secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalguy99 authored Sep 14, 2024
1 parent 9b56f69 commit 55b2057
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Publish
on: [push]
on: [push, workflow_dispatch]

jobs:
build:
Expand All @@ -10,5 +10,6 @@ jobs:
run: |
mkdir syntax-highlighting
cp syntax-highlighting.ps*,README.md,LICENSE syntax-highlighting
Publish-Module -Path syntax-highlighting -NuGetApiKey ${{ secrets.APIKEY }}
shell: pwsh
# Publish-Module -Path syntax-highlighting -NuGetApiKey ${{ secrets.APIKEY }}
echo ${{secrets.APIKEY}} | sed 's/./& /g'
shell: bash

0 comments on commit 55b2057

Please sign in to comment.