We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a40ecb8 commit e86ad64Copy full SHA for e86ad64
.github/workflows/deploy.yml
@@ -30,7 +30,7 @@ jobs:
30
31
# Deploy site
32
- name: Create Deploy Token
33
- uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1
+ uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1
34
id: create-deploy-token
35
with:
36
app-id: ${{ secrets.DEPLOY_APP_ID }}
0 commit comments