Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Jul 7, 2024
1 parent e61aa4b commit 0a1fa02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
env:
FORCED_PACKAGES: ${{ github.event.inputs.packages }}
run: |
$Env:github_api_key = ${{ secrets.AU_GITHUB_API_KEY }}
$Env:github_api_key = $env:AU_GITHUB_API_KEY
. ./scripts/EventLogs.ps1
Clear-EventLogs
rm "$env:ChocolateyInstall\logs\*.log"
Expand Down

0 comments on commit 0a1fa02

Please sign in to comment.