Skip to content

Commit

Permalink
workflow housekeeping (#1552)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmd-afegbua authored Jul 26, 2023
1 parent 1ef77a5 commit a8ab5f5
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cd.feature.create-pr-artifact.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
name: CD | Create PR Artifact
env:
GITHUB_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }}

on:
pull_request:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
name: CD | Create Monorepo Packages Stable Release Draft
env:
GITHUB_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }}

on:
workflow_dispatch:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci.feature.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
name: CI | Feature Branches
env:
GITHUB_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }}

on:
# TODO We no longer do these, instead you always need to create a pull request
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/handler.list-super-token.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
name: List Super Token
env:
GITHUB_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }}

on:
workflow_dispatch:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/handler.placeholder-for-testing.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Raison d'être: new handlers can't be tested before being merged to dev.
# This placeholder handler can be used for testing and reverted before merging.
name: Placeholder for testing
env:
GITHUB_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }}

on:
workflow_dispatch:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/handler.publish-pr-packages.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
name: Publish PR Packages
env:
GITHUB_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }}

on:
workflow_run:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/handler.run-ethereum-contracts-script.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
name: Run Ethereum Contracts Script
env:
GITHUB_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }}

on:
workflow_dispatch:
Expand Down

0 comments on commit a8ab5f5

Please sign in to comment.