mirror of
https://github.com/unraid/api.git
synced 2026-01-08 01:29:49 -06:00
fix: use full hub token
This commit is contained in:
4
.github/workflows/production.yml
vendored
4
.github/workflows/production.yml
vendored
@@ -122,8 +122,8 @@ jobs:
|
||||
- name: Release to Github and s3
|
||||
uses: unraid/release-action@master
|
||||
env:
|
||||
GITHUB_USER: ${{ secrets.GITHUB_USER }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_USER: "unraid"
|
||||
GITHUB_TOKEN: ${{ secrets.HUB_TOKEN }}
|
||||
REPO: ${{ github.repository }}
|
||||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||
AWS_ACCESS_KEY_SECRET: ${{ secrets.AWS_ACCESS_KEY_SECRET }}
|
||||
|
||||
Reference in New Issue
Block a user