Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsuttlemyre authored May 29, 2024
1 parent 3590ce7 commit ffecdb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
# create a place to store your env.vars and secret.vars via https://github.com/ktsuttlemyre/kqDraft/settings/environments
GH_ENVIRONMENT: ktsuttle-dev
ENVIRONMENT: ktsuttle-dev
# Set it to the email address you use with Surge
SURGE_LOGIN: ${{ secrets.SURGE_LOGIN }}
# SURGE_TOKEN: Set it to your login token (get it by doing a surge token)
Expand All @@ -23,7 +23,7 @@ jobs:
# https://stackoverflow.com/a/75072792
runs-on: ${{ fromJSON('["ubuntu-latest", "self-hosted"]')[github.repository == 'github/docs-internal'] }}
environment:
name: ${GH_ENVIRONMENT}
name: ${ENVIRONMENT}
url: ${env.CNAME}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ffecdb3

Please sign in to comment.