Skip to content

Commit

Permalink
add deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
laerson committed Apr 8, 2024
1 parent bda700e commit a3eb2a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/untrusted-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Empty file added deployment.yml
Empty file.

0 comments on commit a3eb2a0

Please sign in to comment.