Skip to content

Commit

Permalink
env ghtoken
Browse files Browse the repository at this point in the history
  • Loading branch information
freddydk committed Jan 31, 2025
1 parent e16eaaf commit 549c7e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CleanupTempRepos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Remove Temp Repositories
env:
GH_TOKEN: ${{ Secrets.E2EPAT }}
run: |
$errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
Import-Module (Join-Path "." "e2eTests/e2eTestHelper.psm1") -DisableNameChecking
Expand Down

0 comments on commit 549c7e6

Please sign in to comment.