Skip to content

Commit 4c607ef

Browse files
author
rahul-infra
committed
removed github token decleration in my new version preview
1 parent 67cf7a8 commit 4c607ef

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/terraform.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
contents: read
3131
pull-requests: write
3232
uses: ./.github/workflows/version-preview.yaml
33-
secrets:
34-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3533

3634
preCommitCheck:
3735
name: Terraform Checks

.github/workflows/version-preview.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: 'Version Preview'
22

33
on:
44
workflow_call:
5-
secrets:
6-
GITHUB_TOKEN:
7-
required: true
85

96
defaults:
107
run:

0 commit comments

Comments
 (0)