feat(ci): Remove explicit permissions config

This commit is contained in:
bo0tzz
2023-01-21 00:09:08 +01:00
parent f34d7319ca
commit 340ed29744
-6
View File
@@ -9,12 +9,6 @@ on:
release: release:
types: [published] types: [published]
# Explicitly configure permissions
# This lets pull requests from forks push images to pr- tags
permissions:
contents: read
packages: write
jobs: jobs:
build_and_push: build_and_push:
runs-on: ubuntu-latest runs-on: ubuntu-latest