Skip to content

Commit

Permalink
Remove GitHub token (#13)
Browse files Browse the repository at this point in the history
* Add default GitHub token

* Update action.yml

Co-authored-by: Skylar Bolton <[email protected]>

* Remove GitHub token

Co-authored-by: Skylar Bolton <[email protected]>
  • Loading branch information
mskelton and shadoath committed Aug 24, 2021
1 parent b01458e commit 0711283
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- name: LaunchDarkly Code References
uses: launchdarkly/find-code-references@v10
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
accessToken: ${{ secrets.LD_ACCESS_TOKEN }}
projKey: YOUR_PROJECT_KEY
```
Expand Down
3 changes: 0 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ inputs:
description: 'Sets the number of Git commits to search in history for
whether a feature flag was removed from code. May be set to 0 to disabled this feature. Setting this option to a high value will increase search time.'
default: 10
githubToken:
description: 'Token to access your GitHub repository. This is only needed if the code has not yet been checkout out in a prior step.'
runs:
using: 'docker'
image: 'Dockerfile'
Expand All @@ -44,4 +42,3 @@ runs:
LD_DEBUG: ${{ inputs.debug }}
LD_IGNORE_SERVICE_ERRORS: ${{ inputs.ignoreServiceErrors }}
LD_LOOKBACK: ${{ inputs.lookback }}
GITHUB_TOKEN: ${{ inputs.githubToken }}

0 comments on commit 0711283

Please sign in to comment.