diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 51731a7..e5cf621 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -24,7 +24,9 @@ jobs: curl -L https://github.com/oidc-mytoken/client/releases/download/v0.3.0/mytoken_0.3.0_Linux_x86_64.tar.gz \ | tar -xzf - mkdir ~/.mytoken - curl https://raw.githubusercontent.com/oidc-mytoken/client/master/config/example-config.yaml > ~/.mytoken/config.yaml + curl https://raw.githubusercontent.com/oidc-mytoken/client/master/config/example-config.yaml \ + | sed 's/default_provider:/default_provider: "egi"/g' \ + > ~/.mytoken/config.yaml - name: Configure providers access env: MYTOKEN: ${{ secrets.MYTOKEN }}