Skip to content

Commit

Permalink
Update continuous_integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrobodas authored Mar 16, 2024
1 parent e554533 commit 265c5fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
credentials: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_CREDENTIALS }}
scope: 'https://www.googleapis.com/auth/drive.readonly'
- name: Show (masked) token
run: |
echo "Masked token ${{ steps.google-token.outputs.token }}"
run: |
echo "Masked token ${{ steps.google-token.outputs.token }}"
# - name: Acquire Google access token
# id: google-access-token
# uses: playeveryware/action-google-access-token@v1
Expand Down

0 comments on commit 265c5fc

Please sign in to comment.