We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fed818 commit 33ee78cCopy full SHA for 33ee78c
.github/workflows/release-package.yml
@@ -9,9 +9,8 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@master
12
- - uses: hacking-gentoo/action-ebuild-release@master
+ - uses: hacking-gentoo/action-ebuild-release@next
13
with:
14
- overlay: MADhacking/overlay
15
- overlay_branch: staging
16
- env:
17
- GHA_DEPLOY_KEY: ${{ secrets.GHA_DEPLOY_KEY }}
+ auth_token: ${{ secrets.PR_TOKEN }}
+ deploy_key: ${{ secrets.GHA_DEPLOY_KEY }}
+ overlay_repo: MADhacking/overlay
0 commit comments