Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit 0c88eb7

Browse files
committed
Update release action
- Drop pull secret now that acorn is public - Use better convention for username Signed-off-by: Craig Jellick <[email protected]>
1 parent c46df43 commit 0c88eb7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v3
1313
- uses: acorn-io/actions-setup@v1
14-
with:
15-
token: ${{ secrets.PULL_TOKEN }}
1614
- uses: acorn-io/actions-login@v1
1715
with:
1816
registry: ghcr.io
19-
username: foobar
17+
username: ${{ github.actor }}
2018
password: ${{ secrets.GITHUB_TOKEN }}
2119
- name: Set tag
2220
run: echo "TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)