Skip to content

build(deps): bump sigs.k8s.io/controller-runtime from 0.15.0 to 0.16.3 #74

build(deps): bump sigs.k8s.io/controller-runtime from 0.15.0 to 0.16.3

build(deps): bump sigs.k8s.io/controller-runtime from 0.15.0 to 0.16.3 #74

Workflow file for this run

name: 'Hello OIDC world'
on:
workflow_dispatch:
pull_request:
permissions:
contents: read
id-token: write
jobs:
test-oidc-stuff:
runs-on: ubuntu-latest
name: Test retrieving OIDC tokens
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Print all envs
run: env
- name: The OIDC stuff
uses: ./actions/testoidc
id: 'hello-oidc'
with:
aud: 'bogus-aud'
- name: Get the output
run: |
echo "Got result ${{ steps.hello-oidc.outputs.result }}"
echo "Got tokenURL ${{ steps.hello-oidc.outputs.tokenURL }}"
- name: Print Git config
run: git config -l