Skip to content

Commit fe39d42

Browse files
chore: remove "environment" from release-please workflow (#955)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent efa53fd commit fe39d42

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/pre-release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
jobs:
88
prerelease:
99
runs-on: ubuntu-latest
10-
environment: production
1110
steps:
1211
- uses: actions/checkout@v2
1312
- uses: actions/setup-node@v2

.github/workflows/release-please.yml

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
jobs:
77
release-please:
88
runs-on: ubuntu-latest
9-
environment: production
109
steps:
1110
- uses: navikt/github-app-token-generator@a9cd374e271b8aef573b8c16ac46c44fb89b02db
1211
id: get-token

0 commit comments

Comments
 (0)