Skip to content

Commit

Permalink
actions updates
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Apr 29, 2024
1 parent 0ea16ad commit 971df3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-prod-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Run Production Build

on: [pull_request]

permissions: read-all

jobs:
npm-run-build:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches: [ main ]

permissions: read-all

jobs:
push_to_registry:
name: Push Docker Image to Docker Hub
Expand Down

0 comments on commit 971df3e

Please sign in to comment.