Skip to content

Commit c2dc98e

Browse files
Update launchdarkly/gh-actions requirement to publish-pages-v1.0.2
Updates the requirements on [launchdarkly/gh-actions](https://github.com/launchdarkly/gh-actions) to permit the latest version. - [Release notes](https://github.com/launchdarkly/gh-actions/releases) - [Changelog](https://github.com/launchdarkly/gh-actions/blob/main/release-please-config.json) - [Commits](https://github.com/launchdarkly/gh-actions/commits/publish-pages-v1.0.2) --- updated-dependencies: - dependency-name: launchdarkly/gh-actions dependency-version: 1.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9ac801b commit c2dc98e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/manual-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
id: changesets-publish
6464
run: yarn publish:highlight
6565

66-
- uses: launchdarkly/gh-actions/actions/release-secrets@release-secrets-v1.2.0
66+
- uses: launchdarkly/gh-actions/actions/release-secrets@publish-pages-v1.0.2
6767
if: ${{ inputs.release_launchdarkly == true }}
6868
name: 'Get NPM token'
6969
with:

.github/workflows/turbo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
NPM_TOKEN: ${{ secrets.NPM_TOKEN_HIGHLIGHT_RUN }}
7070
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_HIGHLIGHT_RUN }}
7171

72-
- uses: launchdarkly/gh-actions/actions/release-secrets@release-secrets-v1.2.0
72+
- uses: launchdarkly/gh-actions/actions/release-secrets@publish-pages-v1.0.2
7373
if: github.ref == 'refs/heads/main'
7474
name: 'Get NPM token'
7575
with:

0 commit comments

Comments
 (0)