FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
stream-video-android/.github/workflows/android.yml at develop · GetStream/stream-video-android · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
GetStream
/
stream-video-android
Public
Notifications
You must be signed in to change notification settings
Fork
58
Star
474
Code
Issues
2
Pull requests
9
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
stream-video-android
/
.github
/
workflows
/
android.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
30 lines (25 loc) · 799 Bytes
Breadcrumbs
stream-video-android
/
.github
/
workflows
/
android.yml
Copy path
File metadata and controls
30 lines (25 loc) · 799 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name
:
Android CI
on
:
push
:
branches
:
-
develop
-
main
pull_request
:
branches
:
-
'
**
'
workflow_dispatch
:
concurrency
:
group
:
${{ github.workflow }}-${{ github.ref }}
cancel-in-progress
:
true
jobs
:
base-android-ci
:
permissions
:
contents
:
read
pull-requests
:
read
uses
:
GetStream/stream-build-conventions-android/.github/workflows/android-ci.yml@8b36d37dd137d47244206d64899c5f8f7c874c3c
secrets
:
BUILD_CACHE_AWS_REGION
:
${{ secrets.BUILD_CACHE_AWS_REGION }}
BUILD_CACHE_AWS_BUCKET
:
${{ secrets.BUILD_CACHE_AWS_BUCKET }}
BUILD_CACHE_AWS_ACCESS_KEY_ID
:
${{ secrets.BUILD_CACHE_AWS_ACCESS_KEY_ID }}
BUILD_CACHE_AWS_SECRET_KEY
:
${{ secrets.BUILD_CACHE_AWS_SECRET_KEY }}
SONAR_TOKEN
:
${{ secrets.SONAR_TOKEN }}
Back
|
FazBrowse Home
|
New Git URL