Skip to content

Commit 4883d57

Browse files
committed
chore: Remove "Override Cast Receiver App ID" in the nightly workflow (#7894)
There is no need to do this anymore because we always use that ID in any release
1 parent d1a5704 commit 4883d57

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/nightly-demo.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@ jobs:
2525
node-version: 22
2626
registry-url: 'https://registry.npmjs.org'
2727

28-
# The nightly demo has its own receiver app ID that points to the nightly
29-
# demo itself for the receiver side.
30-
- name: Override Cast Receiver App ID
31-
run: |
32-
sed \
33-
-i demo/index.html \
34-
-e 's/\(data-shaka-player-cast-receiver-id\)="[^"]*"/\1="07AEE832"/'
35-
3628
- uses: ./.github/workflows/custom-actions/prep-for-appspot
3729

3830
- uses: google-github-actions/auth@v2

0 commit comments

Comments
 (0)