Skip to content

Commit 52be81d

Browse files
committed
fix(ci): trying this...
1 parent 4ad3caa commit 52be81d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish-latest-crossplane-composition.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
name: Publish Latest Crossplane Composition
22

3-
permissions:
4-
contents: read
5-
packages: write
6-
73
on:
84
push:
95
branches:
@@ -20,6 +16,7 @@ jobs:
2016
- name: Login to GitHub Container Registry
2117
uses: docker/login-action@v3
2218
with:
19+
logout: false
2320
registry: ghcr.io
2421
username: ${{ github.actor }}
2522
password: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)