Skip to content

Commit

Permalink
fix(ci): Provide GH_TOKEN to go-get-u workflow (#2582)
Browse files Browse the repository at this point in the history
as it is needed by the `gh` CLI.
  • Loading branch information
silvestre authored Jan 30, 2024
1 parent 5fae800 commit d630f44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-all-golang-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
token: ${{ secrets.APP_AUTOSCALER_CI_TOKEN }} # With push token that can trigger new PR jobs
- name: make go-get-u and make package-specs
shell: bash
env:
GH_TOKEN: ${{ secrets.APP_AUTOSCALER_CI_TOKEN }}
run: |
#! /usr/bin/env bash
set -eu -o pipefail
Expand Down

0 comments on commit d630f44

Please sign in to comment.