Skip to content

Commit

Permalink
reversions
Browse files Browse the repository at this point in the history
  • Loading branch information
f2calv committed Dec 2, 2024
1 parent 135a872 commit 2a5d661
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@ jobs:
with:
fetch-depth: 0

# - name: load auth token from secrets
# run: |
# echo ${{ secrets.GOOGLE_PHOTOS_TOKEN_RESPONSE_BASE64 }} | base64 --decode | jq > Google.Apis.Auth.OAuth2.Responses.TokenResponse-${{ secrets.GOOGLE_PHOTOS_EMAIL }}.json
# #cat Google.Apis.Auth.OAuth2.Responses.TokenResponse-${{ secrets.GOOGLE_PHOTOS_EMAIL }}.json
# ls -lsa
# echo "folder is;"
# pwd

- uses: f2calv/gha-dotnet-nuget@v2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -61,10 +53,6 @@ jobs:
version: ${{ needs.versioning.outputs.version }}
solution-name: CasCap.Api.GooglePhotos.Release.sln
env:
# CasCap__GooglePhotosOptions__User: [email protected]
# CasCap__GooglePhotosOptions__ClientId: ${{ secrets.GOOGLE_PHOTOS_CLIENTID }}
# CasCap__GooglePhotosOptions__ClientSecret: ${{ secrets.GOOGLE_PHOTOS_SECRET }}
# CasCap__GooglePhotosOptions__FileDataStoreFullPathOverride: /home/runner/work/CasCap.Api.GooglePhotos/CasCap.Api.GooglePhotos
GOOGLE_PHOTOS_ACCESS_TOKEN: ${{ secrets.GOOGLE_PHOTOS_ACCESS_TOKEN }}

release:
Expand Down
2 changes: 1 addition & 1 deletion samples/ConsoleApp/ConsoleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 2a5d661

Please sign in to comment.