Skip to content

Untrusted Pipeline

Untrusted Pipeline #19

name: Untrusted Pipeline
permissions: {}
on:
workflow_dispatch: {}
jobs:
call-trusted-pipeline:
permissions:
contents: read
actions: read
packages: write
id-token: write
uses: laerson/ssip-trusted-pipeline/.github/workflows/[email protected]
with:
temp-registry: ssip-hub.lsd.ufcg.edu.br
deployment: deployment.yml # Esse arquivo está vazio
secrets:
intermediary-registry-username: ${{ secrets.TEMP_REP_USERNAME }}
intermediary-registry-password: ${{ secrets.TEMP_REP_PASSWORD }}