Skip to content

Commit

Permalink
update keys in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshalX committed Feb 10, 2022
1 parent 2bd7c28 commit 8a08cf7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build_linux_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
name: Build and publish wheels for Linux
runs-on: ubuntu-latest

env:
TRIGGER_WORKFLOW_KEY: "1"

steps:
- name: Clone.
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_macos_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
]

env:
WEBRTC_CACHE_KEY: "1"
WEBRTC_CACHE_KEY: "2"

steps:
- name: Clone.
Expand Down

0 comments on commit 8a08cf7

Please sign in to comment.