Skip to content

Commit 5463572

Browse files
committed
ci: read the app token from the release environment
RELEASE_APP_ID and RELEASE_APP_PRIVATE_KEY already live in the release environment of mercure and frankenphp, so reuse it rather than copying the private key into a second environment.
1 parent 649e739 commit 5463572

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions: {}
1010
jobs:
1111
auto-merge:
1212
runs-on: ubuntu-latest
13-
environment: dependabot
13+
environment: release
1414
if: github.event.pull_request.user.login == 'dependabot[bot]'
1515
steps:
1616
# The default GITHUB_TOKEN lacks the `workflows` scope and is refused on

0 commit comments

Comments
 (0)