Skip to content

Commit aa350de

Browse files
committed
Cleanup
1 parent 4582c58 commit aa350de

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/scripts/find-artifact.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ interface Inputs {
88
}
99

1010
module.exports = async ({github, context, core}: Inputs) => {
11-
const token = process.env.GITHUB_TOKEN;
1211
const commitSha = process.env.BASE_SHA;
1312
const artifactName = process.env.ARTIFACT_NAME;
1413
const workflowName = process.env.WORKFLOW_NAME;

.github/workflows/phar-prefix-diff.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
BASE_SHA: ${{ steps.base.outputs.base_sha }}
4848
ARTIFACT_NAME: phar-file-checksum
4949
WORKFLOW_NAME: Compile PHAR
50-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5150
with:
5251
script: |
5352
const script = require('./.github/scripts/dist/find-artifact.js');

.github/workflows/phar.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ jobs:
172172
BASE_SHA: ${{ steps.base.outputs.base_sha }}
173173
ARTIFACT_NAME: phar-file-checksum
174174
WORKFLOW_NAME: Compile PHAR
175-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
176175
with:
177176
script: |
178177
const script = require('./.github/scripts/dist/find-artifact.js');

0 commit comments

Comments
 (0)