We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8ffa06 + 4902eca commit 9e92bddCopy full SHA for 9e92bdd
1 file changed
.github/workflows/plan-and-apply.yaml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Generate a token with permission to manage members/teams of the org
54
id: generate-token
55
- uses: actions/create-github-app-token@v2
+ uses: actions/create-github-app-token@v3
56
with:
57
app-id: ${{ vars.APP_ID }}
58
private-key: ${{ secrets.APP_PRIVATE_KEY }}
0 commit comments