Skip to content

Commit 808b248

Browse files
committed
Switch to token based auth for qgis plugin
Switch to token based auth for qgis plugin Like opengisch/oqtopus@72de6e7
1 parent 279b642 commit 808b248

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/plugin-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,4 @@ jobs:
8585
--allow-uncommitted-changes \
8686
--asset-path teksi_module_management_tool/libs \
8787
--github-token ${{ secrets.GITHUB_TOKEN }} \
88-
--osgeo-username ${{ secrets.OSGEO_PLUGIN_USERNAME }} \
89-
--osgeo-password ${{ secrets.OSGEO_PLUGIN_PASSWORD }}
88+
--qgis-token ${{ secrets.QGIS_ORG_TOKEN }}

0 commit comments

Comments
 (0)