Use GITHUB_TOKEN instead of GH_PAT

This commit is contained in:
Kennedy Oliveira 2024-01-27 20:47:29 -03:00
parent e2e5452fe2
commit febb9f0e05
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GH_PAT }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v3

View File

@ -61,7 +61,7 @@ jobs:
- name: Upload release artifacts
uses: alexellis/upload-assets@0.4.0
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
asset_paths: '["./dist/flaresolverr_*"]'