1

specify env

This commit is contained in:
Evan Pratten 2023-11-13 16:48:47 -05:00
parent 386de203c2
commit aa3fbd00c8
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: "Site: ewpratten.com" name: ewpratten.com
on: on:
push: push:

View File

@ -1,4 +1,4 @@
name: "Site: sdf.ewpratten.com" name: sdf.ewpratten.com
on: on:
push: push:
@ -10,6 +10,9 @@ jobs:
deploy: deploy:
name: Deploy Cloudflare Worker name: Deploy Cloudflare Worker
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions:
contents: read
environment: production
steps: steps:
- name: Git checkout - name: Git checkout
uses: actions/checkout@v2 uses: actions/checkout@v2