Skip to content

Commit

Permalink
Fixing OIDC login issue in create-release-candidate-bundle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjfrog committed Aug 17, 2024
1 parent 293efaa commit 003e413
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/create-release-candidate-bundle.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
name: Create Release Bundle and Promote
name: 'Create Release Bundle and Promote'

on:
workflow_dispatch:

# push:
# tags:
# - '*-rc-[0-9]*' # Regex pattern to match tags suffixed with '-rc-' followed by a number
push:
tags:
- '*-rc-[0-9]*' # Regex pattern to match tags suffixed with '-rc-' followed by a number
paths-ignore:
- .github/**
permissions:
id-token: write

jobs:
promote-and-create-release-candidate:
runs-on: ubuntu-latest
env:
OIDC_PROVIDER_NAME: ${{ vars.JF_OIDC_PROVIDER_NAME }}
JF_BASE_URL: ${{ vars.JF_BASE_URL }}
JF_INSTANCE_NAME: ${{ vars.JF_INSTANCE_NAME }}
JF_RELEASE_BUNDLE_NAME: ${{ vars.JF_RELEASE_BUNDLE_NAME }}
Expand Down

0 comments on commit 003e413

Please sign in to comment.