Skip to content

Commit

Permalink
Tighten permissions for merge-main
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Jan 6, 2025
1 parent c4b3af8 commit f0c4dbb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ on:
- "**.md"
workflow_dispatch:

env:
NAME: fom

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

permissions: {}

jobs:
vars:
name: Set Variables
Expand Down Expand Up @@ -133,6 +132,8 @@ jobs:
prod-promotions:
name: Promote images to PROD
needs: [deploy-prod, vars]
permissions:
packages: write
runs-on: ubuntu-24.04
strategy:
matrix:
Expand Down

0 comments on commit f0c4dbb

Please sign in to comment.