並び順

ブックマーク数

期間指定

  • から
  • まで

121 - 141 件 / 141件

新着順 人気順

github-actionsの検索結果121 - 141 件 / 141件

  • Github Actionsにて自動的にビルドする環境作成(Android編) - Qiita

    概要 Github ActionsでのCI/CDの検証を行いました。 その中で他の開発プロジェクトにも定常的に適用できるようなテンプレートを作成しました。 作成したテンプレートのプロジェクトは以下になります。 github-actions-examples 今回このような環境の構築にあたっての備忘録としてここに記述しておきます。 また上記のプロジェクトは他の様々な環境において試したものであり、今回はGithub Actionsにおける Androidアプリ での自動ビルドの手法についてを中心に紹介します。 Webサイトでの自動デプロイおよびGithub Actionsでの基本的な設定についてなどはこちらの記事を参照してください。 Github Actionsにて自動的にデプロイする環境作成(Webサイト編) またUnityでの自動ビルドの方法についてはこちらを参照してください。 Githu

      Github Actionsにて自動的にビルドする環境作成(Android編) - Qiita
    • Bypassing required reviews using GitHub Actions

      TL;DRA newly discovered security flaw in GitHub allows leveraging GitHub Actions to bypass the required reviews mechanism and push unreviewed code to a protected branch, potentially allowing malicious code to be used by other users or flow down the pipeline to production. The risk of a compromised user accountGitHub is the most popular source control management system, serving millions of users an

        Bypassing required reviews using GitHub Actions
      • GitHub Actions - Securing OpenID Connect (OIDC) token permissions in reusable workflows

        GitHub Actions – Securing OpenID Connect (OIDC) token permissions in reusable workflows actionsoidcworkflows June 15, 2023 For securely enabling OpenID Connect (OIDC) in your reusable workflows, we are now making the permissions more restrictive. If you need to fetch an OIDC token generated within a reusable (called) workflow that is outside your enterprise/organization, then the permissions setti

          GitHub Actions - Securing OpenID Connect (OIDC) token permissions in reusable workflows
        • GitHub - github/issue-metrics: Gather metrics on issues/prs/discussions such as time to first response, count of issues opened, closed, etc.

          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 - github/issue-metrics: Gather metrics on issues/prs/discussions such as time to first response, count of issues opened, closed, etc.
          • GitHub ActionからVPN経由でJenkins jobを実行したい - Qiita

            はじめに 仕事でGitHubを使い出したんですが、Push後に既存のJenkins上にあるjobを実行をしたい。でもJenkinsサーバーはVPN上、どうやって繋ぐんだろう。 ってのを調べて解決したので記事に残しときます。 ポイントは3つ 1. GitHub上で秘密鍵などのシークレット情報はどうやって管理するんだろう? 2. VPNはどうやって張ったらいいんだろう? 3. GitHub ActionからどうやってJenkinsのJobを呼ぶんだろう? GitHubでのシークレット情報の管理 GitHubでは、リポジトリのsettins > secretからシークレット情報が保存できます。(リポジトリ管理者限定) 例えば EncodedVPNSettings という名前のsecuret情報を登録した場合、 secrets.EncodedVPNSettings を環境変数に設定することで、se

              GitHub ActionからVPN経由でJenkins jobを実行したい - Qiita
            • GitHub Actionsのカレンダー | Advent Calendar 2019 - Qiita

              The Qiita Advent Calendar 2019 is supported by the following companies, organizations, and services.

                GitHub Actionsのカレンダー | Advent Calendar 2019 - Qiita
              • Daily backups and diffs of ONCE Campfire source code

                When you purchase Campfire from 37Signals, you will be able to download the source code.  This download is a ZIP file and includes no git information.  You do need to include your purchase token in the url of the download and if valid the source zip will download. You are permitted of course to push that code to your own private git repository.   By adding the Github Action workflow file below to

                  Daily backups and diffs of ONCE Campfire source code
                • GitHub Actions でカスタム Docker コンテナを GHCR に登録して CI 環境の pytest ジョブをコンテナ内で実行 - 太陽がまぶしかったから

                  GitHub Actions を CI 活用 上記のようなプログラムを管理するのにあたって CI 環境を構築したい。CI とは Continuous Integration の略で複数の開発者が継続的にメインブランチに統合していくこと。これを実現するためにはローカルテストだけではなく、例えばソースコード管理ツールに変更がプッシュされたらサーバー側で自動的にテストして結果の通知をしてあげるといった必要が出てくる。 自分自身は独りでの開発をしているのだけど、ローカルで毎回毎回全てのテストを回すのは非効率的。サーバー側のコード変更をしたらサーバー側で統合的なテストを自動的にやった方がローカル環境の処理負荷を下げられるし、うっかりミスも減らせる。 CI を実現する手段としては Circle CI が一般的であったが、GitHub 内の標準機能として GitHub Actions が公開されているた

                    GitHub Actions でカスタム Docker コンテナを GHCR に登録して CI 環境の pytest ジョブをコンテナ内で実行 - 太陽がまぶしかったから
                  • GitHub - peaceiris/docker-mdbook: mdBook Alpine Base Docker Image.

                    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 - peaceiris/docker-mdbook: mdBook Alpine Base Docker Image.
                    • GitHub Actions: introducing the new, larger GitHub-hosted runners beta

                      EnterpriseProductGitHub Actions: introducing the new, larger GitHub-hosted runners betaNow your team can spend less time managing infrastructure and more time writing code. June 21, 2023 update: Larger hosted runners for GitHub Actions are now generally available for paid Team and Enterprise Cloud plans. Learn more. Today, we’re excited to announce the public beta of our larger GitHub-hosted runne

                        GitHub Actions: introducing the new, larger GitHub-hosted runners beta
                      • GitHub - google-github-actions/deploy-cloudrun: A GitHub Action for deploying services to Google Cloud Run.

                        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 - google-github-actions/deploy-cloudrun: A GitHub Action for deploying services to Google Cloud Run.
                        • Codeball – AI Powered Code Review

                          AI-powered code review Codeball finds bugs in your Pull Requests, lets you ship faster and with higher confidence. The Codeball AI is trained on millions of code contributions to recognize risky code changes.

                            Codeball – AI Powered Code Review
                          • HugoのビルドをGithub Actionで自動化する

                            HugoのビルドをGithub Actionで自動化するOctober 12, 2019 1 min readCategories:技術Tags:golangGithub ActionsHugo 台風が来て家に籠もるしかなくなったので,ブログのデザインをかえつつ,HugoのビルドをGithub Actionsで自動化した.公開にはGithub Pagesを使っている. 基本的に GitHub Actions による GitHub Pages への自動デプロイ のとおりにWorkflowを作ればできます.記事書いてくださった方自身が次のようなモジュールを公開されてるので神. peaceiris/actions-gh-pagespeaceiris/actions-hugoあえて注意点を上げるとすると,公開に <username>.github.io の直下?を使っている場合.このURLを使うに

                            • Automating a software company with GitHub Actions - PostHog

                              When developing software, there's no shortage of work: building new features, fixing bugs, maintaining infrastructure, launching new systems, phasing deprecated solutions out, ensuring security, keeping track of dependencies… Whew. And that's before we get to product, people, or ops considerations. Some of the above work requires a human brain constantly – software is all 1s and 0s, but in the end

                                Automating a software company with GitHub Actions - PostHog
                              • How GitHub reduced testing time for iOS apps with new runner features

                                GitHub Actions GitHub for iOS The GitHub iOS and GitHub Actions macOS runner teams are integral parts of each other’s development inner loop. Each team partners on testing new runner images and hardware long before the features land in the hands of developers. GitHub Actions has been working hard at bringing the latest Mac hardware to the community. Apple silicon (M1) macOS runners are available f

                                  How GitHub reduced testing time for iOS apps with new runner features
                                • Image Actions - 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

                                    Image Actions - GitHub Marketplace
                                  • GitHub Actionsのキャッシュは常に有効にしない方がいいかも、という話 | HAJIPY.NET

                                    自作アプリのビルドにGitHub Actionsを使っています。Electron製アプリのmacOS・Windows・Linuxのそれぞれのビルドができるので、とても助かっています。 プライベートリポジトリのビルドなので、料金が掛かります。Linuxは1分あたり0.008ドルと安価なのですが、Windowsは0.016ドル(2倍)、macOSは0.08ドル(10倍)という価格になっています。ビルドには約10分掛かるので、1回あたり(0.008+0.016+0.08)*10=1.04ドルの費用が掛かります。開発版をナイトリービルドすると月に約30ドル掛かることになります。 なるべく費用を抑えられないかとキャッシュ機能を導入してみたのですが、微妙な効果となり、利用は見送ることにしました。この記事ではどう微妙だったのかを記載します。 キャッシュとは GitHub Actionsの標準機能で、作成

                                    • AWS CDKとGithub ActionsでIAMユーザーを管理してみた【CI/CD】 - Qiita

                                      TL;DR 先日こちらの記事で書いたものの続きと言いますか、運用に導入してみたのでそのお話です。 今まではIAMユーザー作成に関してTerraformで管理をしていたのですが、新しいアカウントができたのでタイミング的にちょうどいいこともありCDKでIAMユーザーの管理をしてみようと思いました。 またデプロイに関しては、Github Actionsを利用することにしました。 AWS CDKの実装やGithub Actionsに至った理由などをお伝えしていきたいと思います。 IAM管理リソース 現在Terraformで管理されているIAM周りのリソースに関して、至ってシンプルなものです。 IAMユーザー IAMロール IAMポリシー アカウントパスワードポリシー なんの変哲も無い構成だと思います。 ちなみに既存のTerraformはこんな感じになっています。 $ tree . ├── READ

                                        AWS CDKとGithub ActionsでIAMユーザーを管理してみた【CI/CD】 - Qiita
                                      • GitHub - google-github-actions/deploy-cloud-functions: A GitHub Action that deploys source code to Google Cloud Functions.

                                        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 - google-github-actions/deploy-cloud-functions: A GitHub Action that deploys source code to Google Cloud Functions.
                                        • Github-Actionsで非推奨となっていたものを対応した - もがき系プログラマの日常

                                          はじめに こんばんは。 現在あるプロジェクトで github actionを使って サーバへのデプロイなどを行っています。 そこで起きた簡単なエラー対応の備忘録です。 参考サイト github.blog 本題 いつものように github-actionのログを見ていると以下みたいなエラーが出ていました。 調べてみると非推奨になるものを使っていたらしく、かつ、自分が使っていた action-aws-cliはアーカイブされているようなので、この際別のものに乗り換えてみようと思い対応しました。 乗り換えたのはこちらになります。 github.com 作業は簡単で workflowに書かれていたコードを以下のように修正しました。 before - uses: chrislennon/action-aws-cli@v1.1 env: AWS_ACCESS_KEY_ID: ${{ secrets.AW

                                          • github actions で GraalVM でつくったネイティブアプリケーションを GitHub リリースする - mike-neckのブログ

                                            date コマンドを使うときにいつもググって調べるくらいの unix 音痴で、 Java の JSR310 ならすぐできるのにと思うことが多いので、そのようなコマンドを作ることにしました。 github.com 機能はまだ作り込んでいなくて、まずはフォーマットを指定できるだけです。 対応 OS は Linux と Mac OS X です。 Windows でも Windows SDK 7.1 の環境を整えればビルドできます(参考は こちら)が、 github actions で環境を整えるのが難しそうだったので、github ではリリースしていません。 なお、Mac OS X 版はサインしてない野良アプリなので、初回の起動は「Mac 野良アプリ 起動」でググったら出てくる Apple の未署名のアプリの起動方法みたいなページを参考に起動してください。 本題に戻ると、公式の actions

                                              github actions で GraalVM でつくったネイティブアプリケーションを GitHub リリースする - mike-neckのブログ