Use github token to read api (#1125)

prevent failing tests by using a github 
token to perform requests in our CI/CD
This commit is contained in:
Maycon Santos
2023-09-05 14:40:40 +02:00
committed by GitHub
parent bb40325977
commit bdb8383485
2 changed files with 14 additions and 3 deletions

View File

@@ -27,6 +27,7 @@ jobs:
env:
SKIP_UI_APP: ${{ matrix.skip_ui_mode }}
USE_BIN_INSTALL: ${{ matrix.install_binary }}
GITHUB_TOKEN: ${{ secrets.RO_API_CALLER_TOKEN }}
run: |
[ "$SKIP_UI_APP" == "false" ] && export XDG_CURRENT_DESKTOP="none"
cat release_files/install.sh | sh -x