Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit d98ecd3

Browse files
committed
Set environment = Production on github actions
1 parent 778c9bc commit d98ecd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
deploy-to-deno:
1010
name: Deploy to Deno
1111
runs-on: ubuntu-latest
12+
environment: production
1213

1314
permissions:
1415
id-token: write # Needed for auth with Deno Deploy

0 commit comments

Comments
 (0)