Skip to content

Commit 0d2fdc9

Browse files
authored
Update Github Actions to use latest NetflixOSS recommendations (#1221)
1 parent 50ca1c6 commit 0d2fdc9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
build:
1111
if: ${{ github.repository == 'Netflix/spectator' }}
1212
runs-on: ubuntu-latest
13+
environment: Publish
1314
steps:
1415
- uses: actions/checkout@v6
1516
- name: Gradle wrapper validation

.github/workflows/snapshot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
build:
1111
if: ${{ github.repository == 'Netflix/spectator' }}
1212
runs-on: ubuntu-latest
13+
environment: Publish
1314
steps:
1415
- uses: actions/checkout@v6
1516
with:

0 commit comments

Comments
 (0)