Skip to content

Commit 58f7bc5

Browse files
authored
fix openapi workflow (#30)
1 parent 1bf0ce0 commit 58f7bc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/openapi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
with:
2222
repository: securesign/rhtas-console-ui
2323
path: rhtas-console-ui
24-
ref: ${{ github.ref_name }}
24+
ref: main
25+
token: ${{ secrets.GH_PAT }}
2526
- name: Update rhtas-console-ui
2627
run: |
2728
rm ./rhtas-console-ui/client/openapi/console.yaml

0 commit comments

Comments
 (0)