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 b400067 commit 59618dbCopy full SHA for 59618db
.github/workflows/BuildIt.yml
@@ -12,6 +12,8 @@ jobs:
12
steps:
13
- name: "Checkout"
14
uses: actions/checkout@v4
15
+ with:
16
+ token: ${{ secrets.ACCESS_TOKEN }}
17
- name: "Build VBA-Enabled Documents"
18
id: build_vba
19
uses: AccessCodeLib/msaccess-vcs-build@main
0 commit comments