Remove permissions block, so it doesn't override what is inherited from parent workflow

This commit is contained in:
boc-the-git 2024-02-14 19:58:21 +11:00 committed by GitHub
parent 1a2ff9540f
commit 2b5372f693
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,8 +18,6 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- name: Checkout repository
uses: actions/checkout@v4