Skip to content

Commit

Permalink
chore: remove unused input from copywrite
Browse files Browse the repository at this point in the history
Minor nitpick but we don't need to pass the token anymore with the newer version.
  • Loading branch information
xiehan committed Jul 6, 2023
1 parent 7d5c191 commit 658ad9d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/add-copyright-headers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ jobs:
git config user.name "team-tf-cdk"
git config user.email "github-team-tf-cdk@hashicorp.com"
- name: Setup Copywrite tool
uses: hashicorp/setup-copywrite@867a1a2a064a0626db322392806428f7dc59cb3e # v1.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
uses: hashicorp/setup-copywrite@867a1a2a064a0626db322392806428f7dc59cb3e # v1.1.2
- name: Add headers using Copywrite tool
run: copywrite headers
- name: Check if there are any changes
Expand Down

0 comments on commit 658ad9d

Please sign in to comment.