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

Commit f988c8f

Browse files
authored
Merge pull request #41 from cjellick/action-update
Update release action
2 parents c46df43 + 0c88eb7 commit f988c8f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yaml

+1-3
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)