We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8a43b2 commit 7f10885Copy full SHA for 7f10885
1 file changed
.github/workflows/cleanup-dp.yml
@@ -8,6 +8,9 @@ on:
8
jobs:
9
execute:
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: read
13
+ pull-requests: read
14
steps:
15
# Checkout the code
16
- uses: actions/checkout@v2
@@ -40,7 +43,7 @@ jobs:
40
43
DB_USERNAME: ${{ secrets.DB_USERNAME }}
41
44
DB_PASSWORD: ${{ secrets.DB_PASSWORD }}
42
45
DB_URL: ${{ secrets.DB_URL }}
- GH_TOKEN: ${{ secrets.APPSMITH_DEPLOY_PREVIEW_PAT }}
46
+ GH_TOKEN: ${{ github.token }}
47
DP_EFS_ID: ${{ secrets.APPSMITH_DP_EFS_ID }}
48
49
run: /bin/bash ./scripts/cleanup_dp.sh
0 commit comments