Skip to content

Commit 01d096f

Browse files
committed
Replase access and secret key with assume role
1 parent 8d5d8ee commit 01d096f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs-staging.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: Deploy MkDocs Site to S3
33
on:
44
push:
55
branches:
6-
- dev # Change this to your deployment branch
6+
- update_workflow_assume_role # Change this to your deployment branch
77

88
jobs:
99
deploy:
10-
runs-on: ubuntu-latest
10+
runs-on: org-openobserve-standard-4
1111

1212
steps:
1313
- name: Checkout source code

0 commit comments

Comments
 (0)