Skip to content

Commit

Permalink
fix typo in untrusted-pipeline.yml (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
laerson committed Mar 21, 2024
1 parent df74c4a commit 91b7b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/untrusted-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
temp-username: ${{ secrets.TEMP_REP_USERNAME }}
temp-password: ${{ secrets.TEMP_REP_PASSWORD }}
final-username: ${{ github.actor }}
final-password: ${{ secrets.GITHUB_TOKEN }} }}
final-password: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 91b7b11

Please sign in to comment.