Skip to content

Commit

Permalink
ci: 👷 Using Branch Environment instead of Named
Browse files Browse the repository at this point in the history
  • Loading branch information
bKoZii committed Sep 12, 2024
1 parent cd232a9 commit 5304a89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 57 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- dev
pull_request:
types: [opened, synchronize, reopened, closed]
branches:
Expand Down Expand Up @@ -31,6 +32,7 @@ jobs:
uses: Azure/static-web-apps-deploy@v1

with:
production_branch: "main"
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_DELIGHTFUL_SMOKE_0B894A600 }}
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
action: 'upload'
Expand Down

This file was deleted.

0 comments on commit 5304a89

Please sign in to comment.