Skip to content

build(deps): bump k8s.io/apimachinery from 0.28.3 to 0.28.4 #43

build(deps): bump k8s.io/apimachinery from 0.28.3 to 0.28.4

build(deps): bump k8s.io/apimachinery from 0.28.3 to 0.28.4 #43

Workflow file for this run

name: Postsubmits
on:
push:
branches: [ main ]
workflow_dispatch:
permissions:
contents: read
jobs:
reconcile:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: set token
run: echo ${{ secrets.AUGGIE_BOT_TOKEN }} > token
- name: peribolos dry-run
uses: docker://ghcr.io/uwu-tools/peribolos@sha256:3771027ce98f3dcb74b22ce8bcfbde219738fa2cd021fb10c52b42befbcfe08e # v0.0.1
with:
github-token-path: ./token
config-path: config
fix-org: true
fix-org-members: true
fix-teams: true
fix-team-members: true
fix-team-repos: true
min-admins: 3
#required-admins: # TODO(action): Required admins needs to be configured