cd: enable github creds context

This commit is contained in:
Kingkor Roy Tirtho 2023-09-15 11:09:11 +06:00
parent 99c1a686b7
commit 36daee635c

View File

@ -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