diff --git a/.github/workflows/edit_rights.yml b/.github/workflows/edit_rights.yml index a3f3aa0b..c6ed031a 100644 --- a/.github/workflows/edit_rights.yml +++ b/.github/workflows/edit_rights.yml @@ -16,7 +16,7 @@ jobs: notify-when-maintainers-cannot-edit: runs-on: ubuntu-latest steps: - - uses: actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda + - uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 with: github-token: ${{ secrets.GH_PAT }} script: | diff --git a/.github/workflows/homebrew.yml b/.github/workflows/homebrew.yml index 1f0adfd8..d5b2af78 100644 --- a/.github/workflows/homebrew.yml +++ b/.github/workflows/homebrew.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Notify Homebrew Repo 🙋🏾‍♀️ - uses: actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda + uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 with: github-token: ${{ secrets.GH_PAT }} script: | diff --git a/.github/workflows/inno.yml b/.github/workflows/inno.yml index 1e46f5a8..09367a83 100644 --- a/.github/workflows/inno.yml +++ b/.github/workflows/inno.yml @@ -30,7 +30,7 @@ jobs: env: GITHUB_TOKEN: ${{ github.token }} - name: Upload artifacts 🆙 - uses: actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda + uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | @@ -56,7 +56,7 @@ jobs: needs: publish steps: - name: Notify Winget Build 🙋🏾‍♀️ - uses: actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda + uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 with: github-token: ${{ secrets.GH_PAT }} script: | @@ -68,7 +68,7 @@ jobs: inputs: {"version": process.env.GITHUB_REF.replace('refs/tags/v', '')} }) - name: Notify Windows Store Build 👋 - uses: actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda + uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 with: github-token: ${{ secrets.GH_PAT }} script: | diff --git a/.github/workflows/scoop.yml b/.github/workflows/scoop.yml index fce0c509..f8018964 100644 --- a/.github/workflows/scoop.yml +++ b/.github/workflows/scoop.yml @@ -23,7 +23,7 @@ jobs: $version = $env:GITHUB_REF.TrimStart("refs/tags/v") ./build.ps1 -Version $version - name: Upload artifacts 🆙 - uses: actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda + uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |