Skip to content

Commit

Permalink
test if can override permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
MCatherine1994 committed Aug 22, 2024
1 parent 005ae34 commit 011cbfe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci_infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ jobs:
gc_notify_email_api_key: "${{ secrets.GC_NOTIFY_EMAIL_API_KEY }}"
fam_update_user_info_api_key: "${{ secrets.FAM_UPDATE_USER_INFO_API_KEY }}"


permissions:
contents: write # This is required for actions/checkout

jobs:
data-model-update:
name: Generating Data Model
uses: ./.github/workflows/reusable_data_model_gen.yml
3 changes: 0 additions & 3 deletions .github/workflows/reusable_data_model_gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
workflow_dispatch:
workflow_call:

permissions:
contents: write # This is required for actions/checkout

jobs:
vars:
name: Set Variables
Expand Down

0 comments on commit 011cbfe

Please sign in to comment.