Skip to content

Commit

Permalink
Update test-secrets.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
riprasad authored Oct 23, 2023
1 parent 219b909 commit e8f1b38
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-secrets.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Test Github Secrets
on:
workflow_dispatch: {}
push:
branches: [test]

jobs:
test:
Expand All @@ -14,4 +15,4 @@ jobs:
with:
username: ${{ secrets.QUAY_ID }}
password: ${{ secrets.QUAY_TOKEN }}
registry: "quay.io"
registry: "quay.io"

0 comments on commit e8f1b38

Please sign in to comment.