Skip to content

Commit

Permalink
Merge pull request #58 from xanthipe/feat/staging-server
Browse files Browse the repository at this point in the history
feat: sets action to use staging
  • Loading branch information
xanthipe authored Jul 22, 2023
2 parents 4c70dbe + f8a7683 commit 48798ac
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches: ["develop"]

permissions:
contents: read
id-token: write

concurrency:
group: "pages"
Expand All @@ -15,6 +12,10 @@ concurrency:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
environment: staging
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 48798ac

Please sign in to comment.