Merge pull request #3174 from boc-the-git/fix/depot-connection-to-ghcr

fix: 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 20:24:02 +11:00
committed by GitHub

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