Skip to content

Commit

Permalink
use env globally??!
Browse files Browse the repository at this point in the history
* this used to work...
  • Loading branch information
Hybes committed Nov 25, 2024
1 parent 99187e4 commit a60d719
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
release:
runs-on: windows-latest
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

steps:
- name: Checkout repository
Expand Down Expand Up @@ -69,7 +71,3 @@ jobs:
$ghArgs += $filePathsArray
gh @ghArgs
shell: pwsh
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}


0 comments on commit a60d719

Please sign in to comment.