Skip to content

Commit

Permalink
ci: env vars for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
rxchard committed Dec 11, 2024
1 parent f05d1f3 commit dee0937
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ jobs:
publish:
runs-on: ubuntu-latest

env:
HANGAR_API_TOKEN: ${{ secrets.HANGAR_API_TOKEN }}
HANGAR_ID: ${{ secrets.HANGAR_ID }}
HANGAR_PUB_CHANNEL: ${{ secrets.HANGAR_PUB_CHANNEL }}
HANGAR_PLATFORM_VERSIONS: ${{ secrets.HANGAR_PLATFORM_VERSIONS }}

steps:

- uses: actions/checkout@v4
Expand Down

0 comments on commit dee0937

Please sign in to comment.