Skip to content

Commit b8a8b20

Browse files
committed
Fix GHA workflow
1 parent 6162d7b commit b8a8b20

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/main.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ on:
1212
branches:
1313
- main
1414

15+
env:
16+
GH_PACKAGE_USERNAME: '${{ secrets.GH_PACKAGE_USERNAME }}'
17+
GH_PACKAGE_TOKEN: '${{ secrets.GH_PACKAGE_TOKEN }}'
18+
1519
jobs:
1620
build_and_test:
1721
name: Build and test packages

0 commit comments

Comments
 (0)