Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-FFFFFF committed Feb 27, 2025
1 parent 9044139 commit 1a09537
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
path: ${{ env.remote_repository }}
ref: ${{ env.remote_repository_branch }}

- uses: /actions/create-github-app-token@v1
- uses: actions/create-github-app-token@v1
id: generate-token
with:
app-id: ${{ secrets.APP_ID }}
Expand Down
1 change: 0 additions & 1 deletion tests/scripts/azp-strategy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ $ErrorActionPreference = "Stop"
Write-Information "==> Generating Azure Pipelines Strategy Matrix..." -InformationAction Continue

$jsonDepth = 4
$terraformUrl = "https://api.github.com/repos/hashicorp/terraform/tags"

function Get-RandomId {
[CmdletBinding()]
Expand Down
1 change: 0 additions & 1 deletion tests/scripts/tf-prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ cd "$CREDENTIALS_WORKSPACE"

echo "==> Creating SPN and Role Assignments..."
SPN_NAME="ES-TestFramework-Job$TF_JOB_ID"
KEY_VAULT_NAME="$DEFAULT_PREFIX-kv"
CERTIFICATE_CLIENT_ID=$(
az ad sp create-for-rbac \
--name "$SPN_NAME" \
Expand Down

0 comments on commit 1a09537

Please sign in to comment.