Skip to content

Commit 198eed6

Browse files
committed
Re-enable the GitHubSecurityLab/actions-permissions/monitor action
With the merge of GitHubSecurityLab/actions-permissions#34, this proxy no longer interferes with AWS API or boto3 calls.
1 parent 2b7d55d commit 198eed6

File tree

3 files changed

+12
-18
lines changed

3 files changed

+12
-18
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -245,12 +245,10 @@ jobs:
245245
# - arm64
246246
- x86_64
247247
steps:
248-
# If we use this proxy then the calls to the AWS API on
249-
# localhost fail.
250-
# - uses: GitHubSecurityLab/actions-permissions/monitor@v1
251-
# with:
252-
# # Uses the organization variable unless overridden
253-
# config: ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
248+
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
249+
with:
250+
# Uses the organization variable unless overridden
251+
config: ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
254252
- id: harden-runner
255253
name: Harden the runner
256254
uses: step-security/harden-runner@v2

.github/workflows/prerelease.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,10 @@ jobs:
5252
# - arm64
5353
- x86_64
5454
steps:
55-
# If we use this proxy then the calls to the AWS API on
56-
# localhost fail.
57-
# - uses: GitHubSecurityLab/actions-permissions/monitor@v1
58-
# with:
59-
# # Uses the organization variable unless overridden
60-
# config: ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
55+
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
56+
with:
57+
# Uses the organization variable unless overridden
58+
config: ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
6159
- id: harden-runner
6260
name: Harden the runner
6361
uses: step-security/harden-runner@v2

.github/workflows/release.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,10 @@ jobs:
5959
# - arm64
6060
- x86_64
6161
steps:
62-
# If we use this proxy then the calls to the AWS API on
63-
# localhost fail.
64-
# - uses: GitHubSecurityLab/actions-permissions/monitor@v1
65-
# with:
66-
# # Uses the organization variable unless overridden
67-
# config: ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
62+
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
63+
with:
64+
# Uses the organization variable unless overridden
65+
config: ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
6866
- id: harden-runner
6967
name: Harden the runner
7068
uses: step-security/harden-runner@v2

0 commit comments

Comments
 (0)