diff --git a/.github/workflows/untrusted-pipeline.yml b/.github/workflows/untrusted-pipeline.yml index 23bb6a9..019d5b9 100644 --- a/.github/workflows/untrusted-pipeline.yml +++ b/.github/workflows/untrusted-pipeline.yml @@ -12,9 +12,10 @@ jobs: actions: read packages: write id-token: write - uses: laerson/ssip-trusted-pipeline/.github/workflows/trusted-pipeline.yml@main + uses: laerson/ssip-trusted-pipeline/.github/workflows/trusted-pipeline.yml@v1.0.0 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 }} \ No newline at end of file diff --git a/deployment.yml b/deployment.yml new file mode 100644 index 0000000..e69de29