Skip to content

Commit

Permalink
ci: Remove PAT (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
thelukewalton authored Jul 8, 2024
1 parent f7d11b1 commit 06cd723
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:

env:
UPDATE_BRANCH_NAME: icon-updates
GH_TOKEN: ${{ secrets.PAT }}

jobs:
fetch_icons:
Expand Down Expand Up @@ -76,4 +75,4 @@ jobs:
run: |
gh pr create -B main -H ${{steps.branch_name.outputs.BRANCH_NAME}} --title "${{steps.title.outputs.TITLE}}" --body 'Created by the Zeta Icons bot'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ github.token }}
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
steps:
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.PAT }}
token: ${{ github.token }}
config-file: .release-please/release-please-config.json
manifest-file: .release-please/.release-please-manifest.json
1 change: 0 additions & 1 deletion .github/workflows/update_zeta_flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
env:
flutter_branch: update-zeta-icons
flutter_repo: ZebraDevs/zeta_flutter
GH_TOKEN: ${{ secrets.PAT }}

jobs:
publish_flutter:
Expand Down

0 comments on commit 06cd723

Please sign in to comment.