Це відео не доступне.
Перепрошуємо.

GitHub Actions - Configuration Variables

Поділитися
Вставка
  • Опубліковано 4 лют 2023
  • Are you tired of having to use secrets to store ALL your variable type values for GitHub Actions, even if the stuff isn't secret? I am too. Well guess what, we just released a beta of a solution for that problem, called configuration variables. Let's dive into that some.
    Also, stick around till the end of the video, as I have a challenge for you....
    Find Me:
    Website: mickeygousset.com​
    GitHub: github.com/mic...
    Twitter: / mickey_gousset​
    Twitch: / mickeygousset

КОМЕНТАРІ • 13

  • @ayy.mp4
    @ayy.mp4 Рік тому

    They are all from Mississippi??

  • @eidiazcas
    @eidiazcas Рік тому

    Great video man, thanks, I've been waiting for this feature for ages

  • @KatRollo
    @KatRollo Рік тому

    7:26 - Thank you for mentioning the "vars" and "secrets" keywords for accessing the variables. I come from Azure Pipelines and there is no such thing as "context" over there for env vars. You simply access the vars as $MY_VAR whether it's secret or not in the YAML, so GitHub Actions kinda threw me off a bit. Good video.

  • @brijgopalbharadwaj1222
    @brijgopalbharadwaj1222 3 місяці тому

    Great video! although I need one more piece of this puzzle:
    How can we update the value for these from an action? Think, a flag that controls some functionality...

    • @MickeyGousset
      @MickeyGousset  3 місяці тому

      There are APIs you can use for this.

  • @user-rb4vb1nv7t
    @user-rb4vb1nv7t Рік тому +1

    thank you for this video!
    Do u know if there is a way to edit configuration variable values inside the workflow itself?

    • @MickeyGousset
      @MickeyGousset  Рік тому +1

      Yes you can!
      docs.github.com/en/rest/actions/variables?apiVersion=2022-11-28#about-variables-in-github-actions

    • @aleksiy2282
      @aleksiy2282 Рік тому

      @@MickeyGousset You saved my nerves!

  • @TharakaUkwatte
    @TharakaUkwatte Рік тому

    thank you for the video. very well done video.

  • @n4h92
    @n4h92 Рік тому

    thx you so much! ;D