Skip to content

Commit

Permalink
[CI] Removed secrets (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon authored May 5, 2022
1 parent 5ef4262 commit 717b37c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,6 @@ jobs:
extensions: pdo_sqlite, gd, zip
tools: cs2pr

- name: Add composer keys for private packagist
run: |
composer config http-basic.updates.ibexa.co $SATIS_NETWORK_KEY $SATIS_NETWORK_TOKEN
composer config github-oauth.github.com $TRAVIS_GITHUB_TOKEN
env:
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}
SATIS_NETWORK_TOKEN: ${{ secrets.SATIS_NETWORK_TOKEN }}
TRAVIS_GITHUB_TOKEN: ${{ secrets.TRAVIS_GITHUB_TOKEN }}

- uses: "ramsey/composer-install@v1"
with:
dependency-versions: "highest"
Expand Down

0 comments on commit 717b37c

Please sign in to comment.