Skip to content

Commit

Permalink
Merge pull request #56 from illallangi/repo-sync/github/default
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcole authored Dec 28, 2023
2 parents c6e1147 + c7282fa commit 7ba298b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT }}
MERGE_DELETE_BRANCH: "true"
MERGE_FORKS: "false"
MERGE_RETRIES: "720"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fetch-depth: "0"
- env:
DEFAULT_BUMP: patch
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT }}
WITH_V: true
id: version
name: Bump version and push tag
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.PAT }}
registry: ghcr.io
username: ${{ github.repository_owner }}
- name: Build and push
Expand All @@ -45,7 +45,7 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
- env:
GITHUB_REPOSITORY: ${{ github.repository }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT }}
name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 7ba298b

Please sign in to comment.