Skip to content

Commit

Permalink
Bump ld-find-code-refs-github-action version to 1.3.0 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnold Trakhtenberg committed Sep 20, 2019
1 parent e2de49a commit 2c4bd5a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 18 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/action.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM launchdarkly/ld-find-code-refs-github-action:1.2.0
FROM launchdarkly/ld-find-code-refs-github-action:1.3.0

LABEL com.github.actions.name="LaunchDarkly Code References"
LABEL com.github.actions.description="Find references to feature flags in your code."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: LaunchDarkly Code References
uses: launchdarkly/find-code-references@v2
uses: launchdarkly/find-code-references@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LD_ACCESS_TOKEN: ${{ secrets.LD_ACCESS_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Expand Up @@ -4,12 +4,12 @@ author: 'LaunchDarkly'
branding:
icon: toggle-right
color: gray-dark
inputs:
inputs:
ld-proj-key:
description: 'Key of the LaunchDarkly project associated with this repository'
default: 'YOUR_PROJECT_KEY'
required: true
ld-access-token:
ld-access-token:
description: 'Token with write access to LaunchDarkly project'
required: true
github-token:
Expand Down

0 comments on commit 2c4bd5a

Please sign in to comment.