Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Remove ORG_GITHUB_PAT #679

Merged
merged 1 commit into from
Mar 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
runs-on: self-hosted
container:
image: ghcr.io/espressosystems/nix:main
credentials:
username: ancient123
password: ${{ secrets.ORG_GITHUB_PAT }}
volumes:
- github_nix_251:/nix
steps:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/slow-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
schedule:
- cron: '0 1 * * 1'
- cron: "0 1 * * 1"
workflow_dispatch:

env:
Expand All @@ -18,9 +18,6 @@ jobs:
runs-on: self-hosted
container:
image: ghcr.io/espressosystems/nix:main
credentials:
username: ancient123
password: ${{ secrets.ORG_GITHUB_PAT }}
volumes:
- github_nix_251:/nix
steps:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/testnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Testnet Build

on:
schedule:
- cron: '0 10 * * *' # run at 10:00 UTC
- cron: "0 10 * * *" # run at 10:00 UTC
workflow_dispatch:

jobs:
Expand All @@ -13,9 +13,6 @@ jobs:
runs-on: self-hosted
container:
image: ghcr.io/espressosystems/nix:main
credentials:
username: ancient123
password: ${{ secrets.ORG_GITHUB_PAT }}
volumes:
- github_nix_251:/nix
steps:
Expand Down