Skip to content

Commit 86ddcc5

Browse files
r-barnesmeta-codesync[bot]
authored andcommitted
fbcode_builder: regenerate OSS CI workflows after D96800077 backout
Summary: Make security happy. Removes the workflow_dispatch tmate_enabled input and the trailing "Setup tmate session" step from every generated GitHub Actions workflow, matching what the reverted generator now emits. Reviewed By: bigfootjon Differential Revision: D104103189 fbshipit-source-id: 2bb2c36b9cd58e80d08618e569c574772283b481
1 parent 14231a9 commit 86ddcc5

2 files changed

Lines changed: 0 additions & 20 deletions

File tree

.github/workflows/getdeps_linux.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ on:
99
pull_request:
1010
branches:
1111
- main
12-
workflow_dispatch:
13-
inputs:
14-
tmate_enabled:
15-
description: 'Start a tmate SSH session on failure'
16-
required: false
17-
default: false
18-
type: boolean
1912

2013
permissions:
2114
contents: read # to fetch code (actions/checkout)
@@ -652,6 +645,3 @@ jobs:
652645
env:
653646
GH_TOKEN: ${{ github.token }}
654647
run: gh cache list --repo ${{ github.repository }} --sort size_in_bytes --order desc --limit 30
655-
- name: Setup tmate session
656-
if: failure() && github.event_name == 'workflow_dispatch' && inputs.tmate_enabled
657-
uses: mxschmitt/action-tmate@v3

.github/workflows/getdeps_mac.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ on:
99
pull_request:
1010
branches:
1111
- main
12-
workflow_dispatch:
13-
inputs:
14-
tmate_enabled:
15-
description: 'Start a tmate SSH session on failure'
16-
required: false
17-
default: false
18-
type: boolean
1912

2013
permissions:
2114
contents: read # to fetch code (actions/checkout)
@@ -594,6 +587,3 @@ jobs:
594587
env:
595588
GH_TOKEN: ${{ github.token }}
596589
run: gh cache list --repo ${{ github.repository }} --sort size_in_bytes --order desc --limit 30
597-
- name: Setup tmate session
598-
if: failure() && github.event_name == 'workflow_dispatch' && inputs.tmate_enabled
599-
uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)