We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b8331d commit 7b57d4aCopy full SHA for 7b57d4a
.github/workflows/deployment.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Checkout main repository
30
uses: actions/checkout@v5
31
with:
32
- token: ${{ secrets.PAT != '' && secrets.PAT || github.token }}
+ token: ${{ github.token }}
33
fetch-depth: 0 # get full history (so no need for "git fetch --unshallow")
34
35
# Configure git identity
@@ -44,7 +44,7 @@ jobs:
44
45
repository: DIRACGrid/DIRAC
46
path: ../DIRAC
47
48
49
# Set up Python
50
- uses: actions/setup-python@v6
0 commit comments