mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-29 00:30:12 +01:00
test secrets
This commit is contained in:
parent
c95af32bbb
commit
894cb416e9
2
.github/workflows/rssguard.yml
vendored
2
.github/workflows/rssguard.yml
vendored
@ -43,6 +43,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Prepare environment and compile application
|
- name: Prepare environment and compile application
|
||||||
run: ${{ matrix.script_name }} "${{ matrix.os }}" "${{ matrix.use_webengine }}"
|
run: ${{ matrix.script_name }} "${{ matrix.os }}" "${{ matrix.use_webengine }}"
|
||||||
|
env:
|
||||||
|
GMAIL_CLIENT_ID: ${{ secrets.GMAIL_CLIENT_ID }}
|
||||||
|
|
||||||
- name: Release development binaries
|
- name: Release development binaries
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo "gmail test $GMAIL_CLIENT_ID"
|
||||||
|
|
||||||
os="$1"
|
os="$1"
|
||||||
webengine="$2"
|
webengine="$2"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user