Skip to content

Commit 8d7dee1

Browse files
committed
Do not transmit the token
1 parent 8b968c7 commit 8d7dee1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/pull-request-comments.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ on:
1010
description: 'The pull request number to process.'
1111
required: true
1212
type: string
13-
its_a_token:
14-
description: 'The GitHub token to use for authentication.'
15-
required: true
16-
type: string
13+
# its_a_token:
14+
# description: 'The GitHub token to use for authentication.'
15+
# required: true
16+
# type: string
1717

1818
# Cancels all previous workflow runs for pull requests that have not completed.
1919
concurrency:
@@ -95,7 +95,7 @@ jobs:
9595
steps:
9696
- uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
9797
env:
98-
GITHUB_TOKEN: ${{ inputs.its_a_token }}
98+
# GITHUB_TOKEN: ${{ inputs.its_a_token }}
9999
ACTIONS_STEP_DEBUG: true
100100
with:
101101
script: |

.github/workflows/test-build-processes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
ref: 'trunk',
135135
inputs: {
136136
pr_number: '${{ github.event.number }}',
137-
its_a_token: '${{ secrets.GITHUB_TOKEN }}'
137+
// its_a_token: '${{ secrets.GITHUB_TOKEN }}'
138138
}
139139
});
140140

0 commit comments

Comments
 (0)