GitHub Actions SECRETS •

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • In this video, we'll be discussing and showing you how to use secrets in GitHub actions. Secrets such as API keys should never be stored directly in your workflow definitions! I'll show you how to properly store secrets so they are not seen by viewers of your repository.
    By learning how to use secrets in your GitHub actions, you'll be able to limit the damage that may be caused by code deployments. So be sure to watch this video and learn how to use secrets in your GitHub actions!
    🗞️Join my newsletter for a weekly dose of ME in your inbox!
    brianmmdev.bee...
    🔴 Subscribe today!
    / @brianmmdev
    👋 Connect w/me:
    ▪ Twitter: / brianmmdev
    ▪ Discord: fullstack.chat
    ▪ Website: brianmorrison.me
    ▪ Twitch: / brianmmdev
    __________________________________________
    🖥 My Rig
    ▪ CoolerMaster MB511: amzn.to/2AZfPUc
    ▪ GIGABYTE X570 AORUS Elite Wifi: amzn.to/2AZijlt
    ▪ Sabrent 1TB Rocket: amzn.to/316zIDy
    ▪ Corsair Vengeance RGB Pro 64GB: amzn.to/3epbybf
    ▪ AMD Ryzen 9 3900X: amzn.to/2CxwYov
    ▪ ASUS ROG STRIX GeForce GTX 1080: amzn.to/3hYuEar
    __________________________________________
    🎥 Streaming Gear
    ▪ SteelSeries Arctis 7: amzn.to/3hOUpJX
    ▪ Elgato Game Capture HD60 Pro: amzn.to/2V8nTc8
    ▪ Logitech C922x Pro Stream: amzn.to/2V7PKZY
    ▪ TaoTronics Camera Light: amzn.to/37QI4Ax
    ▪ InnoGear Microphone Arm: amzn.to/37Ql8Bk
    ▪ Audio-Technica AT2005USB: amzn.to/3ajIuRh
    __________________________________________
    📚 Other Excellent Learning Resources
    ▪ freeCodeCamp: www.freecodeca...
    Please note that links in this description may or may not be affiliate links, where I make a small commission if used.
    Thanks For Watching!

Комментарии • 8

  • @dann3068
    @dann3068 9 месяцев назад +1

    Simple, but really useful. Thank you mate

  • @06_harshalbhogal4
    @06_harshalbhogal4 23 дня назад

    Thank you bro

  • @bartysp2599
    @bartysp2599 Год назад

    Thanks man!

  • @mohitnvs
    @mohitnvs Год назад

    File containing confidential data should be rejected when its pushed to remote without enabling secrets and code scanning. how to do it? i am figuring out that we have to use .gitignore file but not getting exactly .gitignore file what should i give input in the file . please help me out

    • @brianmmdev
      @brianmmdev  Год назад

      .gitignore would exclude those files/folders from being added into the commit history. Im honestly not sure how to have GitHub reject files though.

    • @mohitnvs
      @mohitnvs Год назад

      Ohh okay