We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec644b2 commit e71ededCopy full SHA for e71eded
2 files changed
.github/workflows/dependencies.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- name: Gather credentials
14
id: credentials
15
- uses: actions/create-github-app-token@v2.0.2
+ uses: actions/create-github-app-token@v2.0.3
16
with:
17
app-id: ${{ secrets.GH_APP_ID_RELEASER }}
18
private-key: ${{ secrets.GH_APP_PRIVATE_KEY_RELEASER }}
.github/workflows/sync-docs-from-cli-repo.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Generate a GitHub token
24
id: ghtoken
25
26
27
app-id: ${{ secrets.GH_APP_ID_DOCS }}
28
owner: slackapi
0 commit comments