Update data-update_ec2-instance-types.yml
This commit is contained in:
parent
40a3a529f9
commit
868e39233c
@ -18,8 +18,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.ref == 'refs/heads/master' && github.repository == 'getmoto/moto' }}
|
if: ${{ github.ref == 'refs/heads/master' && github.repository == 'getmoto/moto' }}
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write # This is required for requesting the JWT
|
id-token: write
|
||||||
contents: read # This is required for actions/checkout
|
contents: write
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
Loading…
Reference in New Issue
Block a user