File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 test_env_vars :
5353 name : Test environment variables
5454 runs-on : ubuntu-latest
55+ permissions :
56+ contents : read
57+ id-token : write
5558 steps :
5659 - name : Checkout repo
5760 uses : actions/checkout@v4
8487 name : Test
8588 runs-on : ubuntu-latest
8689 needs : test_env_vars
90+ permissions :
91+ contents : read
92+ id-token : write
8793 steps :
8894 - name : Checkout repo
8995 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -115,6 +115,9 @@ jobs:
115115 (github.repository == 'PolicyEngine/policyengine-api')
116116 && (github.event.head_commit.message == 'Update PolicyEngine API')
117117 environment : staging
118+ permissions :
119+ contents : read
120+ id-token : write
118121 outputs :
119122 version : ${{ steps.version.outputs.version }}
120123 url : ${{ steps.version_url.outputs.url }}
@@ -231,6 +234,9 @@ jobs:
231234 (github.repository == 'PolicyEngine/policyengine-api')
232235 && (github.event.head_commit.message == 'Update PolicyEngine API')
233236 environment : production
237+ permissions :
238+ contents : read
239+ id-token : write
234240 steps :
235241 - name : Checkout repo
236242 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments