We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6162d7b commit b8a8b20Copy full SHA for b8a8b20
1 file changed
.github/workflows/main.yaml
@@ -12,6 +12,10 @@ on:
12
branches:
13
- main
14
15
+env:
16
+ GH_PACKAGE_USERNAME: '${{ secrets.GH_PACKAGE_USERNAME }}'
17
+ GH_PACKAGE_TOKEN: '${{ secrets.GH_PACKAGE_TOKEN }}'
18
+
19
jobs:
20
build_and_test:
21
name: Build and test packages
0 commit comments