Skip to content

Commit 33ee78c

Browse files
committed
Update to use new action-ebuild-release API.
1 parent 4fed818 commit 33ee78c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/release-package.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@master
12-
- uses: hacking-gentoo/action-ebuild-release@master
12+
- uses: hacking-gentoo/action-ebuild-release@next
1313
with:
14-
overlay: MADhacking/overlay
15-
overlay_branch: staging
16-
env:
17-
GHA_DEPLOY_KEY: ${{ secrets.GHA_DEPLOY_KEY }}
14+
auth_token: ${{ secrets.PR_TOKEN }}
15+
deploy_key: ${{ secrets.GHA_DEPLOY_KEY }}
16+
overlay_repo: MADhacking/overlay

0 commit comments

Comments
 (0)