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
# Avoid persisting GITHUB_TOKEN credentials as they take priority over our service account PAT for `git push` operations
36
+
# More details: https://github.com/actions/checkout/blob/b4626ce19ce1106186ddf9bb20e706842f11a7c3/adrs/0153-checkout-v2.md#persist-credentials
# Default input is the SHA that initially triggered the workflow. As we created a new commit in the previous job,
65
+
# to ensure we get the latest commit we use the ref for checkout: 'refs/heads/<branch_name>'
66
+
ref: ${{ github.ref }}
67
+
# Avoid persisting GITHUB_TOKEN credentials as they take priority over our service account PAT for `git push` operations
68
+
# More details: https://github.com/actions/checkout/blob/b4626ce19ce1106186ddf9bb20e706842f11a7c3/adrs/0153-checkout-v2.md#persist-credentials
0 commit comments