並び順

ブックマーク数

期間指定

  • から
  • まで

321 - 360 件 / 434件

新着順 人気順

"Github Actions"の検索結果321 - 360 件 / 434件

  • ありのままのコンテナを使って E2E テストを GitHub Actions 上で行う

    コンテナでサーバーを動かして、それに対するリクエストをするE2Eテストを GitHub Actions 上で動かすことに苦労したので書く。 成果物repo: https://github.com/sadnessOjisan/e2e-gha お題となるサーバー コンテナに固めるから別に何言語でも良いので、まずはちょっとしたエコーサーバーを書いてみよう。 import Fastify from "fastify"; const fastify = Fastify({ logger: true, }); fastify.get("/", async function handler(req, res) { const q = req.query["q"]; res .status(200) .headers({ "content-type": "application/json", }) .se

      ありのままのコンテナを使って E2E テストを GitHub Actions 上で行う
    • Setup PHP Action - GitHub Marketplace

      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

        Setup PHP Action - GitHub Marketplace
      • Github Actions Security Best Practices - Salesforce Engineering Blog

        Introduction In the world of Continuous Integration and Continuous Deployment, Github Actions provide a nifty edge to quickly build end-to-end automation right into the repository. This makes integration of Actions into an organization’s Github repositories pretty straightforward and convenient. Github Actions bring velocity to the Software Development Lifecycle. However, if it is swiftly adopted

          Github Actions Security Best Practices - Salesforce Engineering Blog
        • GitHub Actions で Xcode プロジェクトをビルドしてみる - Qiita

          これは何 GitHub Actions で Xcode プロジェクトをビルドする方法のメモです。そもそも GitHub Actions って何よ?という方は下記サイトを御覧ください。 GitHub Actionsについて - GitHub ヘルプ 利用申請 GitHub Actions はまだベータ版であり、利用するには下記URLから申し込む必要があります。 現在はベータが外れています。下記URLからすぐに利用できます。 何日か待つと「使えるようにしたよ〜」といった内容のメールがGitHubから届きます。 とりあえずビルドしてみる リポジトリのトップページに「Actions」タブが追加されているので「Set up Actions」をクリックしましょう。 スタートページが表示されます。ここでサンプルの workflow を動かすこともできますが、今回は右上の「Set up workflow

            GitHub Actions で Xcode プロジェクトをビルドしてみる - Qiita
          • GitHub Actionsを使ってAWS Lambdaへ自動デプロイ - Qiita

            前置き ソースコードの管理をGitHubで行なっているのでCI/CDもGitHubに統一できたら楽だな〜と思って、GitHub Actionsを色々検証したり、実際にステージング・本番環境へデプロイするのに使ったりしています。 そこで今回はAWS Lambdaへの自動デプロイ方法を説明したいと思います。 概要 CDはタイトル通りGitHub Actionsを使い、デプロイにはServerless Frameworkを使います。ただデプロイするのは簡単なので、GitHubのSecretsからLambdaの環境変数に値をセットするのをやります。 デモ用のアプリはこちらに置いてあるのでforkしてGitHubのSecretsにAWSの認証データとSlackのIncoming Webhooks URLをセットして、何かしら編集してcommit/pushすれば自動デプロイを体験できるようにしてありま

              GitHub Actionsを使ってAWS Lambdaへ自動デプロイ - Qiita
            • 新しいGitHub Pagesのデプロイ方法を試す

              GitHub Pages に新しいデプロイ方法が来た まだ Beta ですが、 ついに公式から Pages にデプロイする方法が提供されました。 いままで いままで GitHub Pages へデプロイする際は、ブランチを指定する方法や、デフォルトブランチの特定のディレクトリを指定していました。 また、これを GitHub Actions で行うために、日本人作者の peaceiris/actions-gh-pages を利用したことがある人も多いと思います。 (記事のアイコンは畏敬の念を込めて作者のアイコンっぽい絵文字にしました) これから これからは、gh-pages ブランチなどリポジトリを汚染せずに GitHub Pages へのデプロイが可能になります。 peaceiris/actions-gh-pages からの乗り換え 以下の 2 つを用いることで対応できます。 action

                新しいGitHub Pagesのデプロイ方法を試す
              • PostgreSQLのデフォルトLOCALEでは日本語文字列のソート結果が想定と異なる - 山pの楽しいお勉強生活

                概要 PostgreSQLをデフォルトのまま使用すると日本語文字列のソート結果が想定と異なる LOCALEを正しく設定することで修正可能 文字列の並び順は LC_COLLATE で制御されるこの設定がデフォルトだと en_US.utf8 となっていることが原因 動作確認環境 Docker PostgreSQL 11.5 対応方法 FROM postgres:11.5 RUN localedef -i ja_JP -c -f UTF-8 -A /usr/share/locale/locale.alias ja_JP.UTF-8 ENV TZ=Asia/Tokyo ENV LANG=ja_JP.UTF-8 ENV LANGUAGE=ja_JP:ja ENV LC_ALL=ja_JP.UTF-8 詳細及び再現手順 再現 起動 docker run -d --name postgres_1 pos

                  PostgreSQLのデフォルトLOCALEでは日本語文字列のソート結果が想定と異なる - 山pの楽しいお勉強生活
                • GitHub - catchpoint/workflow-telemetry-action: Github action to collect metrics (CPU, memory, I/O, etc ...) from your workflows to help you debug and optimize your CI/CD pipeline

                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                    GitHub - catchpoint/workflow-telemetry-action: Github action to collect metrics (CPU, memory, I/O, etc ...) from your workflows to help you debug and optimize your CI/CD pipeline
                  • GitHub - githubocto/repo-visualizer

                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                      GitHub - githubocto/repo-visualizer
                    • GitHub Dependabotが自動作成してくれるPRの中で、パッチバージョンの更新だけAutoMergeする | DevelopersIO

                      GitHub Dependabotが自動作成してくれるPRの中で、パッチバージョンの更新だけAutoMergeする 吉川@広島です。 先日、 GitHubにDependabotを導入して依存ライブラリを自動アップデートする | DevelopersIO という記事を書きました。さらに掲題のことを実現するにはどうすれば良いのかなーと思っていたところ、ちょうどはてなブックマークで下のドキュメントが浮上していて解決できましたので、その方法を紹介したいと思います。 [B! github] Automating Dependabot with GitHub Actions - GitHub Docs Automating Dependabot with GitHub Actions - GitHub Docs TL;DR GitHub DependabotでPRを自動作成する GitHub Acti

                        GitHub Dependabotが自動作成してくれるPRの中で、パッチバージョンの更新だけAutoMergeする | DevelopersIO
                      • 複数リポジトリでのGithub Actions運用 2021年の状況総まとめ

                        「複数のリポジトリでGithub Actions運用しているけど横展開が大変」 「似たような処理が多いからうまくまとめたい」 「でもどうすればいいんだろう」 Github Actionsを扱っているとそう思う機会って結構ありませんか?解決する方法もいくつかあるんですが、それぞれが一長一短ですし注意が必要な点もいくつかあります。 なので2021年末時点で何が使えるのか、どれを使うべきか、今後どうなっていくのかを全部まとめました。 この記事を読めばまるっと状況を把握できる...はずです!(多分) (shellをゴリゴリ書くなどやり方次第で色々突破できるかもですが、この記事ではあくまでgithub actionsの機能として用意されているものをスコープに話を進めていきます。) なおこの記事はMakuake Advent Calendar 2021とGitHub Actions Advent Ca

                          複数リポジトリでのGithub Actions運用 2021年の状況総まとめ
                        • GitHub Actions: reusable workflows is generally available

                          EnterpriseProductGitHub Actions: reusable workflows is generally availableDRY your Actions configuration with reusable workflows (and more!) GitHub Actions keeps getting better and better for teams of all shapes and sizes. Over the past month, thousands of repositories have used the beta of reusable workflows to reduce duplication and increase consistency, including many large enterprises. We’ve r

                            GitHub Actions: reusable workflows is generally available
                          • Configuring OpenID Connect in Amazon Web Services - GitHub Docs

                            Overview OpenID Connect (OIDC) allows your GitHub Actions workflows to access resources in Amazon Web Services (AWS), without needing to store the AWS credentials as long-lived GitHub secrets. This guide explains how to configure AWS to trust GitHub's OIDC as a federated identity, and includes a workflow example for the aws-actions/configure-aws-credentials that uses tokens to authenticate to AWS

                              Configuring OpenID Connect in Amazon Web Services - GitHub Docs
                            • GitHub Action で特定のディレクトリ配下に変更があったときのみワークフローを実行する | 35D BLOG

                              ⚠ この記事は最終更新日から1年以上が経過しています。内容が古い箇所がある可能性があるためご注意ください。 on.<push|pull_request>.paths / GitHub Docs過去の自分に早くこの事実を伝えてあげたい気持ちでいっぱいなので、この記事を書きました。 僕たちのプロダクトは yarn workspace を使用しており、1つのリポジトリで複数のパッケージを管理しています。このような構成の都合上、GitHub Actions のデフォルトの設定だと、パッケージAに変更があった際に、パッケージBのワークフローも実行されてしまうという課題がありました。 そこで僕は、git のログから diff を取り、ファイル名を再帰的に見てゴニョゴニョしていけば、不要なワークフロー実行をスキップできるのでは?と思っていろいろ調査していました。しかし、結論、そんな複雑なことは必要なく、

                                GitHub Action で特定のディレクトリ配下に変更があったときのみワークフローを実行する | 35D BLOG
                              • GitHub Actionsどう使う?【後編】―日本のエンジニアたちの所感、GitHub Universeアフターイベントより (1/2):CodeZine(コードジン)

                                先日のGitHub Universeで新機能「GitHub Actions」が発表された。これはDockerコンテナにパッケージ化された「アクション」を組み合わせることで、テストやデプロイといったワークフローを自動化できるサービスで、これによってGitHubはコードをホストするだけでなく、実行することもできるプラットフォームになったわけだ。本稿では、そんなGitHub Actionsの使いどころを探っていきたい。後編となる今回は、前編で紹介した海外の先行ユーザーによる活用事例に続き、日本のエンジニアたちがこの新機能をどう見ているのか、アフターイベントの内容からピックアップしてお伝えする。 GitHub Actionsどう使う?【前編】―GitHub Universe Keynoteで見た海外ユーザ―たちの先行事例 ぶっちゃけCI/CDツールと競合する? 日本でのアフターイベントで語られた使

                                  GitHub Actionsどう使う?【後編】―日本のエンジニアたちの所感、GitHub Universeアフターイベントより (1/2):CodeZine(コードジン)
                                • GitHub Actions で PHP の CI/CD をする - Qiita

                                  EC-CUBE の CI/CD を GitHub Actions で実装してみたので、メモ程度に知見をまとめてみます。 該当の Pull Request はこちら - 4系 https://github.com/EC-CUBE/ec-cube/pull/4337 - 2系 https://github.com/EC-CUBE/eccube-2_13/pull/312 2019年12月現在、 EC-CUBE organization アカウントが利用している契約プランの関係 で、 EC-CUBEオフィシャルリポジトリで GitHub Actions は利用できなくなっています。 ご利用の際は、 fork した個人アカウントでお願いします 実現したいこと 以下の環境をマトリクスで実行したい Linux, Windows PHP5.4〜7.3 PostgreSQL/MySQL/SQLite3 P

                                    GitHub Actions で PHP の CI/CD をする - Qiita
                                  • Github Actionsでgitのブランチ運用ルール違反に気付きやすくする - Qiita

                                    はじめに 本番リリース用ブランチへのマージ前に、検証用ブランチにマージして動作確認するという運用ルールになっているケースは比較的多いかと思います。 しかし本番リリース用ブランチへのPR時に、本当に検証用ブランチにマージ済みかどうかレビューでチェックという運用だと見逃しが発生する可能性があるし面倒ですよね。 そんな不便を解消するために作ったアクションを紹介します。 何が出来るの? pull_requestイベントのアクションとして実行することで、指定ブランチにマージされていなかったらコメントで指摘してくれるようになります。 使い方 masterブランチへのPR時に必ずstagingブランチにマージされていることを検証したい場合の設定例。 name: Check merged on: pull_request: branches: - master jobs: check-staging: r

                                      Github Actionsでgitのブランチ運用ルール違反に気付きやすくする - Qiita
                                    • GitHub Actionsワークフロー上で取得できるイベント情報の調べ方 | DevelopersIO

                                      はじめに GitHub Actionsのワークフローを作成しようと思ってサンプルなどを検索した際、以下のような表記が使われているのを見かけると思います。 ${{ github.event.pull_request.title }} これはプルリクエストのタイトルを取得する場合ですが、他にもワークフロー上で取得できる情報は数多くあります。GitHub上で作業を自動化しようと思ったときに、他にどんな情報が取得できるのか、欲しい情報を取得するにはどのプロパティを使うのか、などを調べる必要があります。この記事ではそれらをどのように調べれば良いのかを解説します。 ワークフローのトリガーイベント GitHub Actionsワークフローが実行される契機となるイベントは多岐にわたります。ユーザーやリポジトリに対する変更、プッシュやプルリクエストの作成など、様々なトリガーがあります。 どのようなトリガーが

                                        GitHub Actionsワークフロー上で取得できるイベント情報の調べ方 | DevelopersIO
                                      • Introducing the new, Apple silicon powered M1 macOS larger runner for GitHub Actions

                                        ProductIntroducing the new, Apple silicon powered M1 macOS larger runner for GitHub ActionsSpeed up your GitHub Actions jobs on macOS with all new, faster Apple silicon powered M1 macOS larger runner for arm64. Today, GitHub is releasing a public beta for the new, Apple silicon powered M1 macOS larger runner for GitHub Actions. Apple silicon powered M1 macOS larger runners Apple developers require

                                          Introducing the new, Apple silicon powered M1 macOS larger runner for GitHub Actions
                                        • GitHub ActionsでCacheを使ってみた

                                          GitHub Actions で RSpec を動かしてみた | freks blog で bundle install が時間かかるのでキャッシュを使ってみました 環境はもちろん同じく Ruby 2.6.5 Rails 6.0.1 PostgreSQL 12 で Cache · Actions · GitHub Marketplace を使います Caching dependencies to speed up workflows - GitHub Help を参考に、用意されてる .github/workflows/ruby.yml を変更したのが name: Ruby CI on: [push] jobs: build: runs-on: ubuntu-latest services: postgres: image: postgres:12 ports: - 5432:5432 e

                                            GitHub ActionsでCacheを使ってみた
                                          • GitHub Actionsにおけるpathsとpaths-ignoreをベン図で理解する - Qiita

                                            はじめに GitHub Actionsにおいて、 on: pull_request のときに追加で指定できる paths や paths-ignore の使い方がしょっちゅうこんがらがるので、具体例を並べて整理しました。 公式ドキュメントはこちら https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#onpushpull_requestpaths 基礎知識の整理 pathsにマッチするファイルの変更が1個でもあったら、ワークフローを起動する。 https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#example-including-paths paths-ignoreにマッチするフ

                                              GitHub Actionsにおけるpathsとpaths-ignoreをベン図で理解する - Qiita
                                            • GitHub - golangci/golangci-lint-action: Official GitHub action for golangci-lint from its authors

                                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                GitHub - golangci/golangci-lint-action: Official GitHub action for golangci-lint from its authors
                                              • Github ActionsでeslintとJestを実行するworkflow - Qiita

                                                やること Github Actionsを使って、PRが作成されたタイミングでテストや構文解析を実行するというものです。 説明しないこと Github Actionsとは? それぞれの導入方法 細かい部分 Github Actionsを使用する時のポイント Marketplaceを探すとかなり豊富に色々な開発者が開発をしたActionが利用出来るようになっているので、まずそちらを見てみるといいかもしれません。 Github Actionsの導入方法 Github Actionsを導入したいgithubで管理されているrepoに以下のようにworkflow定義用のmain.ymlを作成します。 上記でmain.ymlとしていますが、ここのファイル名は自由です。 かつ、複数のymlファイルを配置して、actionを分割することも可能です。 $ cd path/to/myrepo $ mkdir

                                                  Github ActionsでeslintとJestを実行するworkflow - Qiita
                                                • GitHub - ruby/setup-ruby: An action to download a prebuilt Ruby and add it to the PATH in 5 seconds

                                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                    GitHub - ruby/setup-ruby: An action to download a prebuilt Ruby and add it to the PATH in 5 seconds
                                                  • Github Actions でブランチの操作を行う

                                                    公開日 2020.6.7更新日 2020.6.8カテゴリ:Githubタグ:Github,GithubActions

                                                      Github Actions でブランチの操作を行う
                                                    • Safeguard your containers with new container signing capability in GitHub Actions

                                                      ProductSecuritySafeguard your containers with new container signing capability in GitHub ActionsGitHub has partnered with the OpenSSF and Project Sigstore to add container image signing to our default “Publish Docker Container” workflow. As developers have leaned into cloud native projects for scale and maintainability, the popularity of containers has exploded. With 92% of organizations leveragin

                                                        Safeguard your containers with new container signing capability in GitHub Actions
                                                      • GitHub - peaceiris/actions-hugo: GitHub Actions for Hugo ⚡️ Setup Hugo quickly and build your site fast. Hugo extended, Hugo Modules, Linux (Ubuntu), macOS, and Windows are supported.

                                                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

                                                          GitHub - peaceiris/actions-hugo: GitHub Actions for Hugo ⚡️ Setup Hugo quickly and build your site fast. Hugo extended, Hugo Modules, Linux (Ubuntu), macOS, and Windows are supported.
                                                        • Backlog Notify - GitHub Marketplace

                                                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                            Backlog Notify - GitHub Marketplace
                                                          • GitHub ActionsでLaravelのCI環境を作ってみた|TechRacho by BPS株式会社

                                                            こんにちは、株式会社ウイングドアの田上です。 弊社では開発業務にGitHubを使っています。 折角GitHubを使っているので、 GitHub Actionsを使ってCI(継続的インテグレーション)を実施したいなと思い、やってみました💪 今回は弊社で多いLaravel案件でも使えるように、 表題の通りGitHub Actions + LaravelでのCIを構築してみます。 GitHub Actionsとは プッシュ、Issue、リリースなどのGitHubプラットフォームのイベントをトリガーとしてワークフローを起動しましょう。コミュニティが開発・保守し、ユーザが熟知・愛用しているサービスについて、対応するアクションを組み合わせて設定できます。 引用元:Actions | GitHub はじめかた GitHubにLaravelのリモートリポジトリを作成して、Actionsをクリックします。

                                                              GitHub ActionsでLaravelのCI環境を作ってみた|TechRacho by BPS株式会社
                                                            • GitHub Actionsの手動実行

                                                              GitHub Actionsが不調なときにPushすると、後で回復してもワークフローが実行されなかったりする。これだと記事を投稿しても反映されなかったりして困るので、手動でも実行できるようにした。 ワークフローの定義に、workflow_dispatchイベントに対応していることを明記するだけで良い。 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 67d24e3c..e431c5c6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,6 +4,7 @@ on: push: branches: - main + workflow_dispatch: jobs:

                                                                GitHub Actionsの手動実行
                                                              • テストだけでなく、デプロイもGithubで!SlackとGithub Deploymentを使ったGithub Actionsの実行方法 - Qiita

                                                                テストだけでなく、デプロイもGithubで!SlackとGithub Deploymentを使ったGithub Actionsの実行方法GitHubdeploySlackGitHubActionsGithubDeployment はじめに GithubActionsがリリースされ、CircleCIや、TravisCIから段々とGithubActionに移行している中、CircleCIで出来た「Approve」機能が使えなくて困っている人も多いはず。 git push してActionを起動できるのはわかったけど、任意のタイミングでDeployのために、Github Actionsを実行したいと思うようになってきたのではないでしょうか? そんな時に使えるのが「Github Deployment」! 任意のタイミングでActionを起動して、Deployを効率化することができます。 Slack

                                                                  テストだけでなく、デプロイもGithubで!SlackとGithub Deploymentを使ったGithub Actionsの実行方法 - Qiita
                                                                • DartでCLIツールを作ろう - JX通信社エンジニアブログ

                                                                  この記事はJX通信社アドベントカレンダーの19日目です。 sakebookです。最近はServer Side Kotlinをやってますが、Flutterも少し触ってます。 去年はKotlin で CLI のネタを書いたので今年はそれのDart版を書こうと思います。 tech.jxpress.net 全体の流れ Dartとプロジェクトのセットアップ CLIでの動作確認 GitHub Actionsで配布 Dartのインストール Flutterを使っていればbundleでインストールされていますが、standalone版が必要(後述)なのでHomebrewでいれます。 $ brew tap dart-lang/dart $ brew install dart 筆者の環境は次の通りです $ dart --version Dart VM version: 2.7.0 (Fri Dec 6 16:2

                                                                    DartでCLIツールを作ろう - JX通信社エンジニアブログ
                                                                  • GitHub - dorny/paths-filter: Conditionally run actions based on files modified by PR, feature branch or pushed commits

                                                                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                      GitHub - dorny/paths-filter: Conditionally run actions based on files modified by PR, feature branch or pushed commits
                                                                    • Gatsby のサイトを GitHub Actions で GitHub Pages にデプロイ - Qiita

                                                                      Gatsby.js で構築しているブログ・サイトの GitHub Pages へのデプロイを GitHub Actions を利用して自動化する話です。 Gatsby のプロジェクトを用意 この記事では gatsbyjs/gatsby-starter-blog: Gatsby starter for creating a blog を例として用います。 GitHub Actions の設定 最新の情報は Action のリポジトリにて確認してください。 peaceiris/actions-gh-pages: GitHub Actions for deploying to GitHub Pages with Static Site Generators GitHub Actions による GitHub Pages への自動デプロイ - Qiita Workflow の追加 以下のワークフロ

                                                                        Gatsby のサイトを GitHub Actions で GitHub Pages にデプロイ - Qiita
                                                                      • GitHub - slackapi/slack-github-action: Send data into Slack using this GitHub Action!

                                                                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

                                                                          GitHub - slackapi/slack-github-action: Send data into Slack using this GitHub Action!
                                                                        • GitHub Actions workflowが完了したらデスクトップ通知を出す - valid,invalid

                                                                          CI完了したら通知するやつ、macOSだと `gh run watch && osascript -e 'display notification "run is done!" with title "Terminal"'` みたいなのでデスクトップ通知出せて便利そう / “Work with GitHub Actions in your terminal with GitHub CLI - The GitHub Blog” https://t.co/WyoKK8mRUX— ohbarye (@ohbarye) 2021年4月16日 Work with GitHub Actions in your terminal with GitHub CLI - The GitHub Blogにてアナウンスされた通りGitHub公式CLIのghでworkflowの情報を取れるようになった。 記事中で紹

                                                                            GitHub Actions workflowが完了したらデスクトップ通知を出す - valid,invalid
                                                                          • GitHub ActionsでWordPressのプラグインをGitHubのリポジトリからWordPress.orgのプラグインリポジトリにデプロイする。 – わーどぷれすっ!!

                                                                            が必要です。 ステップバイステップで簡単に説明すると、 以下では簡単にステップを紹介します。詳しくはGitHub Actionsや10upさんのリポジトリの説明を読んでください。 開発環境のgitのマスターブランチに「.wordpress-org」ディレクトリ(これは設定で変更可能ですが、このワークフローのデフォルトに従います)を作り、SVNのassetsディレクトリの中身をそこにコピーします。 # WordPress プラグインのSVNリポジトリ構成の例 . ├── assets/ │   ├── icon-256x256.png │   ├── icon.svg │   └── screenshot-1.png ├── branches/ ├── tags/ └── trunk/ # gitのディレクトリ構成の例 . ├── .git/ ├── .github/ ├── .gitign

                                                                              GitHub ActionsでWordPressのプラグインをGitHubのリポジトリからWordPress.orgのプラグインリポジトリにデプロイする。 – わーどぷれすっ!!
                                                                            • 【Github actions】DependabotのPull RequestでSecretsが参照できずワークフローがFailになった場合の対処 - Simple minds think alike

                                                                              Dependabot のPull Request(以下PR)が作られた際に開始したGithub Actionsワークフローが Secrets を参照できずに失敗していたので原因を調べてみました。 2021/3/1から適用になった以下のUpdateが影響していて、 Dependabot から実行される Github Actionsワークフローは読み取りだけが可能な GITHUB_TOKEN のみ使うことができ、いかなる Secrets も使えなくなるという変更が原因でした。 github.blog なので、例えばpushイベントトリガーで実行されるワークフローの中で Secrets として追加しておいたPersonal access tokensを使って、取得したカバレッジのサマリをコメントで追加したり、自動でラベルを追加するといった書き込み(write)権限が必要な場合は、ワークフローが落

                                                                              • AWS CodeBuild でGitHub Actionsを呼び出せるようになったよ - Qiita

                                                                                概要 2023年7月7日に、awsからAWS CodeBuildの機能アップデートが発表されました。 みんな大好き CodeBuild からどうやらGithub Actionsを呼び出せるとのことで、今回はどんな形で呼び出せるのかを検証してみました。 新機能: CodeBuild から Github Actions の呼び出し CodeBild では、buildspec というファイル(ビルド仕様)を使用し、CodeBuild の実行時にどんな処理をするのかを記述していきます。 例: version: 0.2 run-as: Linux-user-name env: variables: key: "value" key: "value" phases: install: run-as: Linux-user-name runtime-versions: runtime: version

                                                                                  AWS CodeBuild でGitHub Actionsを呼び出せるようになったよ - Qiita
                                                                                • GitHub Actions: Reusable workflows can be referenced locally

                                                                                  January 25, 2022 You can now reference local reusable workflows more easily. With this release, reusable workflows that are in the same repository as the calling repository can be referenced with just the path and filename: {path}/{filename}. For example: jobs: call-workflow-in-local-repo: uses: ./.github/workflows/workflow-2.yml When referenced this way, the called workflow will be from the same

                                                                                    GitHub Actions: Reusable workflows can be referenced locally