Skip to content

Commit

Permalink
CI - Enable plugins.qgis.org
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed May 27, 2021
1 parent 002f8ff commit 289bf17
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,23 +111,24 @@ jobs:
bodyFile: release.md
token: ${{ secrets.BOT_HUB_TOKEN }}

# ADD OSGEO username and password
- name: Package the plugin and deploy it in the release
run: >-
qgis-plugin-ci
release ${{ env.RELEASE_VERSION }}
--github-token ${{ secrets.BOT_HUB_TOKEN }}
--transifex-token ${{ secrets.TRANSIFEX_TOKEN }}
--osgeo-username ${{ secrets.OSGEO_USERNAME }}
--osgeo-password ${{ secrets.OSGEO_PASSWORD }}
--create-plugin-repo
# - name: Tweet
# uses: mugi111/[email protected]
# with:
# consumer_key: ${{ secrets.TWITTER_CONSUMER_KEY }}
# consumer_secret: ${{ secrets.TWITTER_CONSUMER_SECRET }}
# access_token_key: ${{ secrets.TWITTER_ACCESS_TOKEN_KEY }}
# access_token_secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
# tweet_body: "New version PgMetadata ${{ env.RELEASE_VERSION }} 🗂 for #QGIS and #PostgreSQL 🐘 https://github.com/3liz/qgis-pgmetadata-plugin/releases"
- name: Tweet
uses: mugi111/[email protected]
with:
consumer_key: ${{ secrets.TWITTER_CONSUMER_KEY }}
consumer_secret: ${{ secrets.TWITTER_CONSUMER_SECRET }}
access_token_key: ${{ secrets.TWITTER_ACCESS_TOKEN_KEY }}
access_token_secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
tweet_body: "New version of PgMetadata ${{ env.RELEASE_VERSION }} 🗂 for #QGIS and #PostgreSQL 🐘 https://github.com/3liz/qgis-pgmetadata-plugin/releases"

- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
Expand Down
6 changes: 3 additions & 3 deletions docs/user-guide/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ In this video, we are explaining how to re-use the metadata in QGIS Desktop :

<iframe width="800" height="450" src="https://www.youtube.com/embed/pXzFt--L2hc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

## For Web users with Lizmap
## Publish metadata on the web

In this video, we are explaining how to re-use the metadata on the web :
In this video, we are explaining how to re-use the metadata outside of QGIS Desktop :

* With [PgMetadata module](https://github.com/3liz/lizmap-pgmetadata-module) for [Lizmap](https://github.com/3liz/lizmap-web-client/)
* Write your own wrapper to extract DCAT information
* Write your [own wrapper](./advanced.md) to extract DCAT information

<iframe width="800" height="450" src="https://www.youtube.com/embed/hVVU9xNqjaU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

0 comments on commit 289bf17

Please sign in to comment.