mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-11 01:17:30 +00:00
cd: enable github creds context
This commit is contained in:
parent
99c1a686b7
commit
36daee635c
@ -8,9 +8,11 @@ jobs:
|
|||||||
machine:
|
machine:
|
||||||
image: ubuntu-2204:current
|
image: ubuntu-2204:current
|
||||||
resource_class: arm.medium
|
resource_class: arm.medium
|
||||||
|
parallelism: 3
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- gh/setup
|
- gh/setup:
|
||||||
|
token: $GITHUB_TOKEN
|
||||||
- run:
|
- run:
|
||||||
name: Install dependencies
|
name: Install dependencies
|
||||||
command: |
|
command: |
|
||||||
@ -91,4 +93,7 @@ jobs:
|
|||||||
workflows:
|
workflows:
|
||||||
build_flutter_for_arm_workflow:
|
build_flutter_for_arm_workflow:
|
||||||
jobs:
|
jobs:
|
||||||
- flutter_linux_arm
|
- flutter_linux_arm:
|
||||||
|
context:
|
||||||
|
- org-global
|
||||||
|
- GITHUB_CREDS
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user