Skip to content

Commit

Permalink
Fix: workflows/update-entries> It should define environment
Browse files Browse the repository at this point in the history
...but, what's "environment"?
  • Loading branch information
Cj-bc committed Jan 25, 2024
1 parent 63bf3ca commit 3b1e917
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/update-entries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
permissions:
pages: write
id-token: write

# Deploy to the github-pages environment
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

steps:
- uses: actions/deploy-pages@v4

Expand Down

0 comments on commit 3b1e917

Please sign in to comment.