Skip to content

Commit

Permalink
open id not work for reuseable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
haitch committed Jul 24, 2024
1 parent 624af4b commit 6d2e490
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 19 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/PRTest.yaml

This file was deleted.

12 changes: 6 additions & 6 deletions .github/workflows/deploy-lts-prow.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Deploy AKS LTS Prow
on:
workflow_call:
inputs:
deployEnv:
required: true # Specifies that this input is mandatory
type: string # Specifies the type of the input
workflow_dispatch:
deployEnv:
logLevel:
description: 'Environment to deploy to'
required: true
permissions:
id-token: write
contents: read
jobs:
Deploy_AKS_LTS_Prow:
runs-on: ubuntu-latest
environment: ${{ vars.deployEnv }}
environment: ${{ vars.deployEnv }
env:
GITHUB_APP_ID: ${{ vars.APP_ID }}
GITHUB_ORG: ${{ vars.ORG }}
Expand Down

0 comments on commit 6d2e490

Please sign in to comment.